Skip to content

Commit

Permalink
wasm-bindgent-test-runner: Added deno to the test_native that runs al…
Browse files Browse the repository at this point in the history
…l tests in ubuntu-latest.
  • Loading branch information
spigaz committed Apr 27, 2024
1 parent aac9fe5 commit 1da3d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: cargo test
- run: cargo test -p wasm-bindgen-cli-support
- run: cargo test -p wasm-bindgen-cli
Expand Down

0 comments on commit 1da3d9e

Please sign in to comment.