Skip to content

Commit

Permalink
Ensure wasm32-unknown-unknown support
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 30, 2024
1 parent 0bf3a5a commit 2ed4df2
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 @@ -39,3 +39,12 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test

check-wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: rustup target add wasm32-unknown-unknown
- run: cargo check --target wasm32-unknown-unknown

0 comments on commit 2ed4df2

Please sign in to comment.