Skip to content

Commit

Permalink
Skip WASM build for tests and docs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Jul 23, 2024
1 parent a9e0db2 commit a41ab75
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 @@ -48,11 +48,11 @@ jobs:
timeout-minutes: 30

- name: Run the tests
run: cargo test
run: SKIP_WASM_BUILD=1 cargo test
timeout-minutes: 15

- name: Build the docs
run: cargo doc --all-features --workspace --no-deps
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
timeout-minutes: 15

build-docker:
Expand Down

0 comments on commit a41ab75

Please sign in to comment.