Skip to content

Commit 7f8626f

Browse files
committed
Run ctest vs. test executable directly
We are dropping ninja on msvc, and msvc places the executable in a different location
1 parent fecb52e commit 7f8626f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ jobs:
127127

128128
- name: Test
129129
working-directory: ${{ env.BUILD_DIR }}
130-
run: |
131-
ls -ahl
132-
./Tests
130+
run: ctest --verbose --output-on-failure
133131

134132
- name: Run Benchmarks
135133
working-directory: ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)