Skip to content

Commit

Permalink
Merge pull request #807 from g-r-a-n-t/test-runner
Browse files Browse the repository at this point in the history
test runner
  • Loading branch information
sbillig authored Mar 10, 2023
2 parents a31f7c0 + 5777d82 commit 65ffd4a
Show file tree
Hide file tree
Showing 655 changed files with 1,679 additions and 1,050 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,11 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Build WASM tests
run: wasm-pack test --node crates/fe -- --workspace --no-run
- name: Run WASM tests
# wasm-pack needs a Cargo.toml with a 'package' field.
# (see https://github.com/rustwasm/wasm-pack/issues/642)
# This will still run all tests in the workspace.
run: wasm-pack test --node crates/fe -- --workspace
run: wasm-pack test --node crates/fe --workspace

release:
# Only run this when we push a tag
Expand Down
Loading

0 comments on commit 65ffd4a

Please sign in to comment.