disable wasm_test in ci
This commit is contained in:
parent
96160eab4e
commit
66dd4b1c68
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ workflows:
|
|||
jobs:
|
||||
- build
|
||||
- test
|
||||
- wasm_test
|
||||
# - wasm_test
|
||||
- integration_test
|
||||
- zokrates_js_build
|
||||
- zokrates_js_test
|
||||
|
@ -307,7 +307,7 @@ workflows:
|
|||
requires:
|
||||
- build
|
||||
- test
|
||||
- wasm_test
|
||||
# - wasm_test
|
||||
- integration_test
|
||||
- zokrates_js_build
|
||||
- zokrates_js_test
|
||||
|
|
Loading…
Reference in a new issue