Skip to content

Commit 3b928a6

Browse files
committed
ci: Run check --all-targets first
This should give a more complete list of errors in github actions logs. Signed-off-by: Matt Johnston <[email protected]>
1 parent 52fab6b commit 3b928a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/runtests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ export RUSTFLAGS="-D warnings"
1313

1414
cargo fmt -- --check
1515

16+
# Check everything first
17+
cargo check --all-targets
18+
1619
# stable, std
1720
cargo build --release --features mctp-estack/log
1821
cargo test --features mctp-estack/log
19-
cargo check --all-targets
2022

2123
# stable, no_std
2224
NOSTD_CRATES="mctp pldm pldm-fw"

0 commit comments

Comments
 (0)