Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 authored Oct 19, 2023
1 parent 69819ce commit ff56a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ 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 --all-targets
- run: RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo +nightly check -Z build-std=panic_abort,std --target wasm32-unknown-unknown --all-targets

cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v1

0 comments on commit ff56a05

Please sign in to comment.