Skip to content

Commit

Permalink
ci: Add wasm32 toolchain to rust.yml CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Aug 15, 2023
1 parent 2c6013e commit 31ab887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Formatting
run: cargo fmt --check
- name: Install wasm32 toolchain
run: rustup target add wasm32-unknown-unknown
- name: Linting
run: cargo clippy --target wasm32-unknown-unknown
- name: Build
Expand Down

0 comments on commit 31ab887

Please sign in to comment.