Skip to content

Commit

Permalink
Merge pull request #137 from gruenich/feature/reenable-windows-ci-tests
Browse files Browse the repository at this point in the history
[ci] Re-enable running tests on Windows as segfaults in tests got fixed"
  • Loading branch information
xiaoyeli committed Jan 8, 2024
2 parents c173a66 + e5fdb42 commit c7a5fca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ jobs:
run: cmake --build build --config Release

- name: Test
run: echo "Testing disabled due to known segfaults"
#run: ctest --test-dir build -C Release --output-on-failure
run: ctest --test-dir build -C Release --output-on-failure

0 comments on commit c7a5fca

Please sign in to comment.