Skip to content

Commit 84e5fe9

Browse files
committed
debug
1 parent de8a820 commit 84e5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phoenix/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$job_device" = "gpu" ]; then
2222
n_test_threads=`expr $gpu_count \* 2`
2323
fi
2424

25-
./mfc.sh test --max-attempts 3 -a --schedul-debug -j $n_test_threads $device_opts -- -c phoenix
25+
./mfc.sh test --max-attempts 3 -a --schedule-debug -j $n_test_threads $device_opts -- -c phoenix
2626

2727
sleep 10
2828
rm -rf "$currentdir" || true

0 commit comments

Comments
 (0)