Skip to content

Commit

Permalink
Check if running the tests is working just like that
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 28, 2024
1 parent 0d5ca6f commit e97fdf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,8 @@ jobs:
CMAKE_BUILD_PARALLEL_LEVEL: 3
CTEST_OUTPUT_ON_FAILURE: ON
shell: bash
run: cmake --build . --config $BUILD_TYPE --target install
run: cmake --build . --config $BUILD_TYPE --target install

- name: Run Unit Tests
shell: bash
run: $GITHUB_WORKSPACE/install/bin/drtest

0 comments on commit e97fdf7

Please sign in to comment.