Skip to content

Commit

Permalink
ci: skip wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Oct 18, 2024
1 parent b735c02 commit d804b5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
check:
needs: lint
runs-on: ubuntu-latest
env:
SKIP_WASM_BUILD: 1
steps:
- uses: actions/checkout@v4

Expand All @@ -30,10 +32,6 @@ jobs:
- name: Check Build
run: |
cargo check --release --locked
#
# - name: Run tests for examples
# shell: bash
# run: make test_examples
clippy:
needs: lint
Expand Down

0 comments on commit d804b5d

Please sign in to comment.