Skip to content

Commit

Permalink
ci: also install wasm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Mar 27, 2024
1 parent d61dae8 commit 7656082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: Install nextest
uses: taiki-e/install-action@nextest
Expand All @@ -25,6 +27,7 @@ jobs:
# The `-D warnings` option causes an error on warnings;
# we must duplicate the rustflags from `.cargo/config.toml`.
RUSTFLAGS: "-D warnings --cfg tokio_unstable"

- name: Check wasm compatibility
run: ./deployments/scripts/check-wasm-compat.sh

Expand Down

0 comments on commit 7656082

Please sign in to comment.