Add build subdirectory

This commit is contained in:
Bram Veenboer
2025-08-21 15:06:10 +02:00
parent 660a800ece
commit 83d60fdda0

View File

@@ -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 {} \;