Skip to content

Commit

Permalink
Turn on ENABLE_TESTS in the cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Dec 22, 2024
1 parent 765cadd commit b236e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DXROOTD_PLUGINS_BUILD_UNITTESTS=yes -DXROOTD_PLUGINS_EXTERNAL_GTEST=${{ matrix.external-gtest }}
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DENABLE_TESTS=yes

- name: Build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit b236e5b

Please sign in to comment.