Skip to content

Commit dcc9daf

Browse files
committed
Exec tests on BigRedButton
1 parent 0acfbb4 commit dcc9daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/BigRedButton

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ rm -rf ${PRODUCTS[@]} || exit 11
1919
# Build cross toolchain for all supported platforms
2020
#
2121

22-
PLATFORM=pc_qemu_32 npm run build || exit 1
23-
PLATFORM=pc_qemu_64 npm run build || exit 2
22+
PLATFORM=pc_qemu_32 npm run build && PLATFORM=pc_qemu_32 npm test || exit 1
23+
PLATFORM=pc_qemu_64 npm run build && PLATFORM=pc_qemu_64 npm test || exit 2
2424

2525

2626
#

0 commit comments

Comments
 (0)