Skip to content

Commit d018f4e

Browse files
authored
Added -a flag to ensure silo is always present in dry run.
1 parent 76b1060 commit d018f4e

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
@@ -6,4 +6,4 @@ if [ "$1" == "gpu" ]; then
66
fi
77

88
. ./mfc.sh load -c f -m g
9-
./mfc.sh test --dry-run --rdma-mpi -j 8 $build_opts
9+
./mfc.sh test -a --dry-run --rdma-mpi -j 8 $build_opts

0 commit comments

Comments
 (0)