Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored May 29, 2024
1 parent 26cc73b commit 4a84527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
run: |
SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace --quiet
SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --workspace --quiet
timeout-minutes: 20
timeout-minutes: 30

- name: Run the tests
run: cargo test
timeout-minutes: 30
timeout-minutes: 15

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

0 comments on commit 4a84527

Please sign in to comment.