We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8a820 commit 84e5fe9Copy full SHA for 84e5fe9
.github/workflows/phoenix/test.sh
@@ -22,7 +22,7 @@ if [ "$job_device" = "gpu" ]; then
22
n_test_threads=`expr $gpu_count \* 2`
23
fi
24
25
-./mfc.sh test --max-attempts 3 -a --schedul-debug -j $n_test_threads $device_opts -- -c phoenix
+./mfc.sh test --max-attempts 3 -a --schedule-debug -j $n_test_threads $device_opts -- -c phoenix
26
27
sleep 10
28
rm -rf "$currentdir" || true
0 commit comments