Skip to content

Commit

Permalink
Run doc-test in test-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Aug 25, 2024
1 parent 7fc672c commit 89a0567
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
with:
tool: nextest
- name: "Test (nextest)"
run: cargo nextest run --all --no-fail-fast
run: |
cargo nextest run --all --no-fail-fast
cargo test --doc
test-32bit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89a0567

Please sign in to comment.