File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9797 ~/.cargo/registry/cache/
9898 ~/.cargo/git/db/
9999 target/
100- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
101- restore-keys : ${{ runner.os }}-cargo-
100+ key : ${{ runner.os }}-cargo-llvm-cov- ${{ hashFiles('**/Cargo.lock') }}
101+ restore-keys : ${{ runner.os }}-cargo-llvm-cov
102102
103103 - name : Install cargo-llvm-cov (fallback path)
104104 if : ${{ steps.base_art.outputs.found == 'false' }}
Original file line number Diff line number Diff line change 2525 ~/.cargo/registry/cache/
2626 ~/.cargo/git/db/
2727 target/
28- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
29- restore-keys : ${{ runner.os }}-cargo-
28+ key : ${{ runner.os }}-cargo-llvm-cov- ${{ hashFiles('**/Cargo.lock') }}
29+ restore-keys : ${{ runner.os }}-cargo-llvm-cov
3030
3131 - run : which cargo-llvm-cov || cargo install cargo-llvm-cov
3232 - run : rustup component add llvm-tools-preview
Original file line number Diff line number Diff line change 3232 ~/.cargo/registry/cache/
3333 ~/.cargo/git/db/
3434 target/
35- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
36- restore-keys : ${{ runner.os }}-cargo-
35+ key : ${{ runner.os }}-cargo-deny- ${{ hashFiles('**/Cargo.lock') }}
36+ restore-keys : ${{ runner.os }}-cargo-deny
3737
3838 - name : Run audit-check action
3939 run : |
Original file line number Diff line number Diff line change 3333 ~/.cargo/registry/index/
3434 ~/.cargo/registry/cache/
3535 ~/.cargo/git/db/
36- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
36+ key : ${{ runner.os }}-cargo-semver-checks- ${{ hashFiles('**/Cargo.lock') }}
3737 restore-keys : |
38- ${{ runner.os }}-cargo-
38+ ${{ runner.os }}-cargo-semver-checks
3939
4040 - name : Get latest version tag
4141 id : get-baseline
7979 echo "3. Future changes will be checked against tagged versions"
8080 echo ""
8181 echo "Note: Semver checking starts from v0.1.0 as this indicates"
82- echo "the beginning of API stability commitments in Rust projects"
82+ echo "the beginning of API stability commitments in Rust projects"
You can’t perform that action at this time.
0 commit comments