Skip to content

Commit

Permalink
ci: ensure wasm32-unknown-unknown be buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo authored and petrochenkov committed Apr 20, 2024
1 parent 7b96b41 commit b9f85af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
env:
MAKE: /usr/local/bin/make-4.4.1

- name: Ensure wasm32-unknown-unknown be buildable
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
rustup target add wasm32-unknown-unknown
cargo build --locked --target wasm32-unknown-unknown
test_musl:
name: Test (stable, alpine-latest)
container: rust:alpine
Expand Down

0 comments on commit b9f85af

Please sign in to comment.