Fix usage of cargo-mtime

This commit is contained in:
Pranav Gaddamadugu 2024-11-19 08:22:27 -08:00
parent 16b882be79
commit 2d15fb58be

View File

@ -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: