Skip to content

Commit

Permalink
Updated the main CI workflow to run wasm-pack test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 24, 2023
1 parent bf90ad1 commit db0079b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y wabt binaryen
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Type Checking
run: cargo check --workspace --verbose --locked
- name: Install JS Dependencies
run: npm ci
- name: Build
- name: Type Checking
run: cargo check --workspace --verbose --locked
- name: Unit Tests
run: wasm-pack test --headless --firefox
- name: Build Package
run: npm run build:dev
- name: Test
- name: Integration Tests
run: npm run test

api-docs:
Expand Down

0 comments on commit db0079b

Please sign in to comment.