Skip to content

Commit a522eaf

Browse files
committed
Add back CTests.
1 parent 03330aa commit a522eaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jobs:
8686
run: cmake --build "${{github.workspace}}/build"
8787
shell: bash
8888

89+
- name: Run CTests
90+
# Run the CTest tests
91+
working-directory: "${{github.workspace}}/build/tests"
92+
run: ctest
93+
shell: bash
94+
8995
- name: Benchmark
9096
run: python -m tools.benchmark -g
9197
shell: bash

0 commit comments

Comments
 (0)