diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index d9401745..f0e3a26c 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -201,7 +201,7 @@ jobs: shell: bash run: | cd tests/xds - rm *.h5 + rm -f *.h5 *.LP *.HKL ../../build/tools/jfjoch_hdf5_test ../../tests/test_data/compression_benchmark.h5 -n25 -f10 -V /opt/xds/xds_par test -f IDXREF.LP @@ -209,7 +209,7 @@ jobs: shell: bash run: | cd tests/xds - rm *.h5 + rm -f *.h5 *.LP *.HKL ../../build/tools/jfjoch_hdf5_test ../../tests/test_data/compression_benchmark.h5 -n25 -S /opt/xds/xds_par test -f IDXREF.LP @@ -236,7 +236,7 @@ jobs: shell: bash run: | cd tests/xds_neggia - rm *.h5 + rm -f *.h5 *.LP *.HKL ../../build/tools/jfjoch_hdf5_test ../../tests/test_data/compression_benchmark.h5 -n25 -S /opt/xds/xds_par test -f IDXREF.LP