Add build subdirectory
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
partition: ${{ matrix.partition }}
|
partition: ${{ matrix.partition }}
|
||||||
gres: ${{ matrix.gres }}
|
gres: ${{ matrix.gres }}
|
||||||
commands: |
|
commands: |
|
||||||
find tests -type f -executable -exec {} \;
|
find build/tests -type f -executable -exec {} \;
|
||||||
|
|
||||||
benchmark:
|
benchmark:
|
||||||
runs-on: [slurm]
|
runs-on: [slurm]
|
||||||
@@ -86,6 +86,4 @@ jobs:
|
|||||||
partition: ${{ matrix.partition }}
|
partition: ${{ matrix.partition }}
|
||||||
gres: ${{ matrix.gres }}
|
gres: ${{ matrix.gres }}
|
||||||
commands: |
|
commands: |
|
||||||
ls -la
|
find build/benchmarks -type f -executable -exec {} \;
|
||||||
ls -la benchmarks
|
|
||||||
find benchmarks -type f -executable -exec {} \;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user