Skip to content

Commit 99a025f

Browse files
Make pre-push-tests tollerant of not having a save dir
1 parent 7115bd4 commit 99a025f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pre-push-tests

+4
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ set -e
33
cargo fmt --check
44
cargo test
55
cargo clippy -- -D warnings
6+
7+
if [ ! -d "target/cackle/saved-cackle-rpcs" ]; then
8+
cargo run --release -- acl --save-requests
9+
fi
610
cargo run --release -- acl --replay-requests

0 commit comments

Comments
 (0)