1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/full_test.sh
2019-06-06 20:14:37 +02:00

10 lines
223 B
Bash
Executable file

#!/bin/bash
# Exit if any subcommand fails
set -e
cargo test --release -- --ignored
if [ -n "$WITH_LIBSNARK" ]; then
cargo -Z package-features test --release --package zokrates_cli --features="libsnark" -- --ignored
fi