Skip to content

Commit

Permalink
Add more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 committed Oct 19, 2023
1 parent 17161f3 commit 69819ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo check
- run: cargo check --all-targets

web_build:
name: Web build
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
toolchain: nightly
target: wasm32-unknown-unknown
components: rust-src
- run: RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo +nightly check -Zbuild-std --target wasm32-unknown-unknown
- run: RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo +nightly check -Zbuild-std --target wasm32-unknown-unknown --all-targets

cargo-deny:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 69819ce

Please sign in to comment.