Add --node

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-12-16 09:26:48 -08:00
parent 908a3fd5bb
commit d53445abc1
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ jobs:
LOOM_MAX_PREEMPTIONS: 2
- name: Check WASM tests
run: cargo build --target wasm32-unknown-unknown
- run: wasm-pack test
- run: wasm-pack test --no-default-features
- run: wasm-pack test --no-default-features --features portable-atomic
- run: wasm-pack test --node
- run: wasm-pack test --node --no-default-features
- run: wasm-pack test --node --no-default-features --features portable-atomic
msrv:
runs-on: ubuntu-latest