Skip to content

Commit

Permalink
Disable WASM
Browse files Browse the repository at this point in the history
Will be reenabled in #296
  • Loading branch information
ChristopherRabotin committed Apr 23, 2024
1 parent 349bf9c commit 52926ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
targets: wasm32-unknown-unknown
# targets: wasm32-unknown-unknown

- name: Run cargo check
run: cargo check

- name: Run cargo check for WASM target
run: cargo check --target wasm32-unknown-unknown
# - name: Run cargo check for WASM target
# run: cargo check --target wasm32-unknown-unknown

tests:
strategy:
Expand Down

0 comments on commit 52926ed

Please sign in to comment.