Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit c825d0c

Browse files
committed
fail to prove pack
1 parent eb7f948 commit c825d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

batch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o pipefail
77
export RUST_LOG=trace
88

99
function simple_tests() {
10-
for mode in sushi multiple #nft dao native empty # pack
10+
for mode in pack sushi #multiple #nft dao native empty # pack
1111
#for mode in native empty # pack
1212
do
1313
MODE=$mode make mock 2>&1 | tee /tmp/mock_${mode}.log

prover/tests/traces

0 commit comments

Comments
 (0)