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

remove timeout on test

This commit is contained in:
schaeff 2022-04-04 23:37:29 +02:00
parent 688ca71b49
commit 80b2bfc1be

View file

@ -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: