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

format and test cache

This commit is contained in:
schaeff 2022-04-05 17:30:34 +02:00
parent 1231df6204
commit 24dfa453bb

View file

@ -24,7 +24,6 @@ jobs:
name: Build
command: WITH_LIBSNARK=1 RUSTFLAGS="-D warnings" ./build.sh
- save-sccache-cache
test:
docker:
- image: zokrates/env:latest
@ -46,7 +45,6 @@ jobs:
name: Run tests
command: WITH_LIBSNARK=1 RUSTFLAGS="-D warnings" ./test.sh
- save-sccache-cache
cpp_format:
docker:
- image: zokrates/env:latest
@ -71,7 +69,6 @@ jobs:
cd zokrates_core
wasm-pack test --firefox --headless -- --no-default-features --features "wasm bellman"
- save-sccache-cache
integration_test:
docker:
- image: zokrates/env:latest
@ -89,7 +86,6 @@ jobs:
no_output_timeout: "30m"
command: WITH_LIBSNARK=1 RUSTFLAGS="-D warnings" ./integration_test.sh
- save-sccache-cache
deploy:
docker:
- image: cimg/python:3.8-node