Skip to content

Commit 64fa336

Browse files
Found my error. Thanks Ben for being a rubber ducky :)
1 parent 8fc4902 commit 64fa336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontier/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if [ "$2" == "bench" ]; then
1313
./mfc.sh run "$dir/case.py" --case-optimization -j 8 --dry-run $build_opts
1414
done
1515
else
16-
./mfc.sh test -a --dry-run --rdma-mpi -j 1 $build_opts
16+
./mfc.sh test -a --dry-run --rdma-mpi -j 8 $build_opts
1717
fi
1818

0 commit comments

Comments
 (0)