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:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark cargo test --release
|
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:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- /usr/local/cargo/registry
|
- /usr/local/cargo/registry
|
||||||
|
|
Loading…
Reference in a new issue