Skip to content

Commit 47bd974

Browse files
committed
show error message
1 parent ee9defa commit 47bd974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-expand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for MODULE in ${TEST_MODULES[@]};do
1515
python3 $SCRIPT_DIR/../../expand.py $MODULE > $TMP_PATH/$TEST_FILE
1616
echo "Output" $(wc -c < $TMP_PATH/$TEST_FILE) "Bytes"
1717
echo $FILE_HEAD >> $TMP_PATH/$TEST_FILE
18-
rustc $TMP_PATH/$TEST_FILE 2>/dev/null
18+
rustc -A warnings $TMP_PATH/$TEST_FILE
1919
if [ $? -ne 0 ];then
2020
echo "Error compiling for $MODULE"
2121
exit 1

0 commit comments

Comments
 (0)