From 83d60fdda058dff772ab9e30dc9cf88d3616efdf Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Thu, 21 Aug 2025 15:06:10 +0200 Subject: [PATCH] Add build subdirectory --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {} \;