Skip to content

Commit

Permalink
added gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz126 committed Feb 21, 2024
1 parent b11aa86 commit 021714a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Pre-commit actions
uses: pre-commit/[email protected]

- name: BuildTests
# Build your program with the given configuration
run: cmake --build ${{env.TEST_BUILD_PATH}} --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{env.TEST_BUILD_PATH}}
run: ctest -C ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 021714a

Please sign in to comment.