Skip to content

Commit

Permalink
Fix usage of cargo-mtime
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Nov 19, 2024
1 parent 16b882b commit 2d15fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ commands:
name: Build
no_output_timeout: 30m
command: |
cargo-mtime-memoize . ~/.cache/mtimes/project.db
cargo-mtime . ~/.cache/mtimes/project.db
cargo test --no-run --all --locked --profile ci --features only_testnet
- run:
name: Run tests
no_output_timeout: 30m
# The `--verbose` flag is used to check which files are being recompiled. Ideally, this should be none.
command: |
cargo-mtime-memoize . ~/.cache/mtimes/project.db
cargo-mtime . ~/.cache/mtimes/project.db
cargo test --all --locked --profile ci --features only_testnet --verbose
install_rust_nightly:
Expand Down

0 comments on commit 2d15fb5

Please sign in to comment.