Skip to content

Commit

Permalink
Attempt at fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Jun 6, 2024
1 parent 47dad41 commit 430cacd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
with:
workspaces: './src/wasm-lib'

- run: yarn install

- run: yarn build:wasm

- run: yarn build

- run: yarn test
Expand Down

0 comments on commit 430cacd

Please sign in to comment.