Skip to content

Commit

Permalink
Fix ci test script
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 20, 2023
1 parent c50a7e0 commit 2045955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Run tests (WebAssembly)
if: matrix.target == 'wasm32'
run: yarn test --arch=wasm32
run: npx --arch=wasm32 yarn test

- name: Package prebuilt binaries
run: yarn node-pre-gyp package --target_arch=${{ env.TARGET }}
Expand Down

0 comments on commit 2045955

Please sign in to comment.