Skip to content

Commit e6703cc

Browse files
committed
Run test and benchmarks together via ctest
1 parent c530957 commit e6703cc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build_and_test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,10 @@ jobs:
125125
- name: Build
126126
run: cmake --build ${{ env.BUILD_DIR }} --config ${{ env.BUILD_TYPE }} --parallel 4
127127

128-
- name: Test
128+
- name: Test & Benchmarks
129129
working-directory: ${{ env.BUILD_DIR }}
130130
run: ctest --verbose --output-on-failure
131131

132-
- name: Run Benchmarks
133-
working-directory: ${{ env.BUILD_DIR }}
134-
run: ./Benchmarks
135-
136132
- name: Read in .env from CMake # see GitHubENV.cmake
137133
run: |
138134
cat .env # show us the config

0 commit comments

Comments
 (0)