Skip to content

Commit

Permalink
refactor: add windows to asan ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Jan 18, 2024
1 parent 4256bf1 commit 78f069a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
#os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # Temporarily remove windows asan
os: [windows-latest, ubuntu-latest, macos-latest]
preset: [vcpkg-asan-debug, vcpkg-ubsan-debug]
exclude:
# UBSan not supported by MSVC on Windows
Expand Down

0 comments on commit 78f069a

Please sign in to comment.