Skip to content

Commit

Permalink
remove wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
dark64 authored Nov 10, 2023
1 parent e5cbee7 commit 91fb3cb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ jobs:
no_output_timeout: 1h
command: RUSTFLAGS="-D warnings" ./test.sh
- save-sccache-cache
wasm_test:
docker:
- image: zokrates/env:latest
resource_class: large
steps:
- checkout
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
- setup-sccache
- restore-sccache-cache
- run:
name: Test on firefox
command: |
cd zokrates_test
wasm-pack test --firefox --headless
- save-sccache-cache
integration_test:
docker:
- image: zokrates/env:latest
Expand Down Expand Up @@ -250,7 +233,6 @@ workflows:
jobs:
- build
- test
# - wasm_test
- integration_test
- zokrates_js_build
- zokrates_js_test
Expand Down Expand Up @@ -308,7 +290,6 @@ workflows:
requires:
- build
- test
# - wasm_test
- integration_test
- zokrates_js_build
- zokrates_js_test

0 comments on commit 91fb3cb

Please sign in to comment.