add integration tests to circle
This commit is contained in:
parent
7edd04d9eb
commit
00d6a7f12e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue