remove timeout on test
This commit is contained in:
parent
688ca71b49
commit
80b2bfc1be
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ jobs:
|
|||
command: cargo clippy -j 1 -- -D warnings
|
||||
- run:
|
||||
name: Run tests
|
||||
no_output_timeout: 1h
|
||||
command: WITH_LIBSNARK=1 RUSTFLAGS="-D warnings" ./test.sh
|
||||
cpp_format:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue