diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 718182f..fe82df6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: partition: ${{ matrix.partition }} gres: ${{ matrix.gres }} commands: | - find tests -type f -executable -exec {} \; + find build/tests -type f -executable -exec {} \; benchmark: runs-on: [slurm] @@ -86,6 +86,4 @@ jobs: partition: ${{ matrix.partition }} gres: ${{ matrix.gres }} commands: | - ls -la - ls -la benchmarks - find benchmarks -type f -executable -exec {} \; + find build/benchmarks -type f -executable -exec {} \;