diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac71820..027620c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: