mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 23:47:57 +00:00
Skip WASM build for tests and docs (#10)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user