Skip to content

Commit

Permalink
rust.yml also test docs
Browse files Browse the repository at this point in the history
Fix first test run to also test docs (`--all-targets` prevented
testing docs!?).
  • Loading branch information
jtmoon79 committed Sep 16, 2022
1 parent 0ed9d6a commit 2b15ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- name: Run All Tests Single-threaded
run: |
set -eux
cargo test -j1 --verbose --all-targets --all-features -- \
cargo test -j1 --verbose \
--all-features \
--future-incompat-report \
-- \
--test-threads=1
- name: Run Lib Tests Multi-threaded
run: |
Expand Down

0 comments on commit 2b15ecb

Please sign in to comment.