fix bash
This commit is contained in:
parent
ec294b7fc5
commit
1630b5af4d
1 changed files with 1 additions and 0 deletions
1
test.sh
1
test.sh
|
@ -6,6 +6,7 @@ set -e
|
|||
if [ -n "$WITH_LIBSNARK" ]; then
|
||||
# run specifically the libsnark tests inside zokrates_core
|
||||
cargo test --release --package zokrates_core --features="libsnark" libsnark
|
||||
fi
|
||||
|
||||
# run all tests without libsnark on
|
||||
cargo test --release
|
||||
|
|
Loading…
Reference in a new issue