Skip to content

Commit

Permalink
[ci] Re-enable running tests on Windows as segfaults in tests got fixed"
Browse files Browse the repository at this point in the history
This reverts commit 0559d56.
  • Loading branch information
gruenich committed Jan 8, 2024
1 parent c173a66 commit e5fdb42
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 e5fdb42

Please sign in to comment.