Skip to content

Commit

Permalink
Re-enable Windows unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 15, 2023
1 parent 5e5b91d commit e594f19
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,10 @@ jobs:
run: |
cmake --build "${{ env.BUILD_DIR }}" --target test
## XXX(RLB): Unit tests are currently disabled on Windows because of two
## conflicting bugs. On the one hand, doctest has a bug that causes
## doctest_discover_tests to fail when tests are built with sanitizers. On the
## other hand, if tests are not built with sanitizers, then the unit tests hang
## in the middle of the test run.
##
## - name: Unit Test (Windows)
## if: matrix.os == 'windows-latest'
## run: |
## cmake --build "${{ env.BUILD_DIR }}" --target RUN_TESTS
- name: Unit Test (Windows)
if: matrix.os == 'windows-latest'
run: |
cmake --build "${{ env.BUILD_DIR }}" --target RUN_TESTS
interop-test:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit e594f19

Please sign in to comment.