Skip to content

Commit 3d4ff7d

Browse files
authored
Add no-gpu option for non-GPU device tests
1 parent 9eb317b commit 3d4ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontier/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ fi
1616
if [ "$job_device" = "gpu" ]; then
1717
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $device_opts -- -c frontier
1818
else
19-
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
19+
./mfc.sh test -a --max-attempts 3 -j 32 --no-gpu -- -c frontier
2020
fi

0 commit comments

Comments
 (0)