Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
chore: install wasmpack binary in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Sep 26, 2021
1 parent 4e3cfeb commit 7ee60c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
working-directory: ./tests
run: npm install

- name: Install wasmpack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Check formatting
uses: actions-rs/cargo@v1
with:
Expand All @@ -44,12 +47,6 @@ jobs:
with:
command: check

- name: Build test worker
uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown

- name: Run cargo test
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit 7ee60c7

Please sign in to comment.