Try not building wasm because it's making actions very sad
This commit is contained in:
parent
dd78781403
commit
cdb108b781
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -36,12 +36,9 @@ jobs:
|
|||
override: true
|
||||
|
||||
- run: |
|
||||
(eval "$WASM_ENV" && script/build-wasm)
|
||||
make
|
||||
cargo build --release
|
||||
script/fetch-fixtures
|
||||
script/generate-fixtures
|
||||
(eval "$WASM_ENV" && script/generate-fixtures-wasm)
|
||||
script/test
|
||||
script/test-wasm
|
||||
script/benchmark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue