mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +03:00
Fix usage of cargo-mtime
This commit is contained in:
parent
16b882be79
commit
2d15fb58be
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user