Skip to content

Commit

Permalink
Make pre-push-tests tollerant of not having a save dir
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Jan 4, 2025
1 parent 7115bd4 commit 99a025f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pre-push-tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ set -e
cargo fmt --check
cargo test
cargo clippy -- -D warnings

if [ ! -d "target/cackle/saved-cackle-rpcs" ]; then
cargo run --release -- acl --save-requests
fi
cargo run --release -- acl --replay-requests

0 comments on commit 99a025f

Please sign in to comment.