Skip to content

Commit bbc5c60

Browse files
Expand preflight tests
1 parent e57148d commit bbc5c60

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
@@ -13,6 +13,7 @@ Yeehaw 0.25
1313
- remove legacy Makefile in favor of direct cargo commands.
1414
- remove custom `rustfmt` configuration in favor of default formatting.
1515
- run preflight script in CI via GitHub Action.
16+
- expand preflight script to run all workspace tests and doctests.
1617

1718
Yeehaw 0.24
1819
================================

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)