Skip to content

Commit 9b26c6a

Browse files
committed
tweak the order of the tests
1 parent 6832971 commit 9b26c6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/script.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ main() {
66
return
77
fi
88

9-
# test that the functions don't contain invocations of `panic!`
10-
case $TARGET in
11-
armv7-unknown-linux-gnueabihf)
12-
cross build --release --target $TARGET --example no-panic
13-
;;
14-
esac
15-
169
# quick check
1710
cargo check
1811

@@ -24,6 +17,13 @@ main() {
2417
cargo run -p musl-generator --target x86_64-unknown-linux-musl
2518
cargo run -p newlib-generator
2619

20+
# test that the functions don't contain invocations of `panic!`
21+
case $TARGET in
22+
armv7-unknown-linux-gnueabihf)
23+
cross build --release --target $TARGET --example no-panic
24+
;;
25+
esac
26+
2727
# run unit tests
2828
cross test --lib --features checked --target $TARGET --release
2929

0 commit comments

Comments
 (0)