Skip to content

Commit a933bdf

Browse files
Merge pull request #7 from triblespace/codex/update-preflight.sh-to-run-all-tests
Expand preflight script test coverage
2 parents c8cec8e + bbc5c60 commit a933bdf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Yeehaw 0.25
1515
- remove legacy Makefile in favor of direct cargo commands.
1616
- remove custom `rustfmt` configuration in favor of default formatting.
1717
- run preflight script in CI via GitHub Action.
18+
- expand preflight script to run all workspace tests and doctests.
1819

1920
Yeehaw 0.24
2021
================================

scripts/preflight.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
set -euo pipefail
33

44
cargo fmt --all -- --check
5-
cargo test --tests --lib
5+
cargo test --workspace --all-features
6+
cargo test --doc --workspace --all-features

0 commit comments

Comments
 (0)