Skip to content

Commit

Permalink
skip wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepetrowski committed Apr 15, 2024
1 parent 6bd9a12 commit b46370e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
env:
SKIP_WASM_BUILD: 1
run: cargo build --verbose

lint:
Expand All @@ -40,6 +42,8 @@ jobs:
run: cargo +${{ env.TOOLCHAIN_LINT }} fmt --all -- --check

- name: Clippy
env:
SKIP_WASM_BUILD: 1
uses: actions-rs-plus/clippy-check@v2
with:
toolchain: ${{ env.TOOLCHAIN_LINT }}
Expand Down

0 comments on commit b46370e

Please sign in to comment.