Skip to content

Commit

Permalink
Build wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Jan 9, 2024
1 parent a6c890a commit c2c2804
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,19 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Rust
run: rustup update stable
run: rustup update 1.69

- name: Install target
run: rustup target add wasm32-unknown-unknown

- run: cargo test --workspace --exclude hpl-tests
- name: Install cw-optimizoor
run: cargo install cw-optimizoor

- name: Run tests
run: cargo test --workspace --exclude hpl-tests

- name: Optimize wasm
run: cargo cw-optimizoor

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2c2804

Please sign in to comment.