We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7115bd4 commit 99a025fCopy full SHA for 99a025f
pre-push-tests
@@ -3,4 +3,8 @@ set -e
3
cargo fmt --check
4
cargo test
5
cargo clippy -- -D warnings
6
+
7
+if [ ! -d "target/cackle/saved-cackle-rpcs" ]; then
8
+ cargo run --release -- acl --save-requests
9
+fi
10
cargo run --release -- acl --replay-requests
0 commit comments