From a44ed2ad35481e49f75bd694c2d50bb341b2b0fa Mon Sep 17 00:00:00 2001 From: Alex Wine Date: Fri, 16 Aug 2024 17:05:09 -0600 Subject: [PATCH] fix: wasm test runner --- .moon/tasks/tag-rust-wasm.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.moon/tasks/tag-rust-wasm.yml b/.moon/tasks/tag-rust-wasm.yml index d15fc01..3a800c2 100644 --- a/.moon/tasks/tag-rust-wasm.yml +++ b/.moon/tasks/tag-rust-wasm.yml @@ -20,7 +20,9 @@ tasks: - '@group(tests)' - '/.config/nextest.*' env: *env - + options: + runInCI: false + test-node: command: "wasm-pack test --node" inputs: @@ -29,6 +31,8 @@ tasks: - '@group(tests)' - '/.config/nextest.*' env: *env + options: + runInCI: false test: command: "noop"