Skip to content

Commit

Permalink
Check WASM build in CI
Browse files Browse the repository at this point in the history
Resolves #78
  • Loading branch information
ramosbugs committed Jan 16, 2023
1 parent bc09d22 commit e57ce08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
toolchain: ${{ matrix.rust_os.rust }}
override: true
components: clippy, rustfmt
target: wasm32-unknown-unknown

# Newer dependency versions may not support rustc 1.57, so we use a Cargo.lock file for those
# builds.
Expand Down Expand Up @@ -81,6 +82,9 @@ jobs:
# https://github.com/chronotope/chrono/issues/499#issuecomment-946388161
cargo audit --ignore RUSTSEC-2020-0159
- name: Check WASM build
run: cargo check --target wasm32-unknown-unknown

coverage:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit e57ce08

Please sign in to comment.