Skip to content

Commit f40fd4b

Browse files
committed
[ci] run both debug and release
1 parent 8d2b2ee commit f40fd4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-make/thumb-none-qemu/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pushd $WORK_DIR
88
rm -rf $CRATE || echo OK
99
cp -a $HERE/example .
1010
pushd $CRATE
11-
$CARGO run --target $TARGET
11+
$CARGO run --target $TARGET | grep "x = 42"
12+
$CARGO run --target $TARGET --release | grep "x = 42"
1213
popd
1314
popd

0 commit comments

Comments
 (0)