Skip to content

Commit

Permalink
[FOLD] Enable Windows debug CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 10, 2023
1 parent 908ee49 commit 5a8af18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
- Visual Studio 16 2019
configuration:
- Release
# Github hosted runners tend to hang when running Debug unit tests.
# Instead of trying to work around it, disable the Debug job until
# something beefier (i.e. a heavy self-hosted runner) becomes
# available.
# - Debug
- Debug
runs-on: [self-hosted, windows-runner-vc2019]
env:
build_dir: .build
Expand Down

0 comments on commit 5a8af18

Please sign in to comment.