Skip to content

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 21, 2021
1 parent 0d2686b commit 6fecc20
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,11 @@ jobs:
shell: bash
run: cmake --build . --config $BUILD_TYPE

# - name: Pre-test
# working-directory: ${{runner.workspace}}/build
# shell: bash
# if: matrix.os == 'windows-latest'
# run: |
# pwd
# test/Release/test_assert_interface_2.exe

- name: Test
working-directory: ${{runner.workspace}}/build
shell: bash
run: |
ctest -C $BUILD_TYPE -VV --rerun-failed --output-on-failure
ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
- name: Install
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 6fecc20

Please sign in to comment.