1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

add integration tests to circle

This commit is contained in:
schaeff 2018-11-22 23:01:51 +01:00
parent 7edd04d9eb
commit 00d6a7f12e

View file

@ -27,6 +27,9 @@ jobs:
- run:
name: Run tests
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark cargo test --release
- run:
name: Run integration tests
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark cargo test --release -- --ignored
- save_cache:
paths:
- /usr/local/cargo/registry