Update config.yml
This commit is contained in:
parent
fa8d81ac5b
commit
17ca1ca052
1 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
# - run:
|
||||
# name: Generate code coverage report
|
||||
# command: ./scripts/cov.sh
|
||||
cpp_test:
|
||||
cpp_format:
|
||||
docker:
|
||||
- image: dark64/clang-format-checker:env
|
||||
steps:
|
||||
|
@ -141,7 +141,7 @@ workflows:
|
|||
jobs:
|
||||
- build
|
||||
- test
|
||||
- cpp_test
|
||||
- cpp_format
|
||||
- wasm_test
|
||||
- integration_test
|
||||
- zokrates_js_build
|
||||
|
@ -154,8 +154,8 @@ workflows:
|
|||
requires:
|
||||
- build
|
||||
- test
|
||||
- cpp_test
|
||||
- cpp_format
|
||||
- wasm_test
|
||||
- integration_test
|
||||
- zokrates_js_build
|
||||
- zokrates_js_test
|
||||
- zokrates_js_test
|
||||
|
|
Loading…
Reference in a new issue