Skip to content

Commit b97c295

Browse files
authored
Update test.sh
1 parent 3eb1706 commit b97c295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/delta/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ if [ "$job_device" == "gpu" ]; then
1717
fi
1818

1919
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sw/spack/deltas11-2023-03/apps/linux-rhel8-zen3/nvhpc-24.1/openmpi-4.1.5-zkiklxi/lib/
20-
./mfc.sh build -j $n_build_threads --gpu
21-
./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts --no-build -- -c delta
20+
./mfc.sh build -j $n_build_threads $build_opts
21+
./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts $build_opts --no-build -- -c delta

0 commit comments

Comments
 (0)