Skip to content

Commit

Permalink
fix: wasm test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwine36 committed Aug 16, 2024
1 parent 0f1e99b commit a44ed2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .moon/tasks/tag-rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ tasks:
- '@group(tests)'
- '/.config/nextest.*'
env: *env

options:
runInCI: false

test-node:
command: "wasm-pack test --node"
inputs:
Expand All @@ -29,6 +31,8 @@ tasks:
- '@group(tests)'
- '/.config/nextest.*'
env: *env
options:
runInCI: false

test:
command: "noop"
Expand Down

0 comments on commit a44ed2a

Please sign in to comment.