File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3+
34on :
45 push :
56 branches : [main, development]
67 pull_request :
78 branches : [development]
89
10+
911jobs :
1012 tests :
1113 runs-on : " ${{ matrix.platform.os }}-latest"
3032 path : |
3133 ~/.cargo
3234 ./target
33- key : ${{ runner.os }}-cargo-${{ matrix.platform.target }}-${{ hashFiles('**/ Cargo.toml') }}
34- restore-keys : ${{ runner.os }}-cargo-${{ matrix.platform.target }}-${{ hashFiles('**/Cargo.toml') }}
35+ key : ${{ runner.os }}-cargo-${{ matrix.platform.target }}-${{ hashFiles('Cargo.toml') }}
36+ restore-keys : ${{ runner.os }}-cargo-${{ matrix.platform.target }}
3537 - name : Install Rust toolchain
3638 uses : actions-rs/toolchain@v1
3739 with :
7880 path : |
7981 ~/.cargo
8082 ./target
81- key : ${{ runner.os }}-cargo-features-${{ hashFiles('**/ Cargo.toml') }}
82- restore-keys : ${{ runner.os }}-cargo-features-${{ hashFiles('**/Cargo.toml') }}
83+ key : ${{ runner.os }}-cargo-features-${{ hashFiles('Cargo.toml') }}
84+ restore-keys : ${{ runner.os }}-cargo-features
8385 - name : Install Rust toolchain
8486 uses : actions-rs/toolchain@v1
8587 with :
You can’t perform that action at this time.
0 commit comments