1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

fix wasm test

This commit is contained in:
schaeff 2020-12-01 00:22:45 +00:00
parent cbdcee9ecc
commit 45ff5741d5

View file

@ -75,7 +75,7 @@ jobs:
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Test on firefox
command: GECKODRIVER=geckodriver cd zokrates_core && wasm-pack test --firefox --headless -- --features "wasm bellman"
command: GECKODRIVER=geckodriver cd zokrates_core && wasm-pack test --firefox --headless -- --no-default-features --features "wasm bellman"
integration_test:
docker:
- image: zokrates/env:latest