Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 10, 2024
1 parent 091ffb5 commit b201901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # No Windows support for sanitizers.
sanitizer: [address, thread, leak]
exclude:
# Leak sanitizer is not supported on macOS.
Expand All @@ -42,6 +42,7 @@ jobs:
with:
version: nightly
# components: llvm-tools-preview
tools: cargo-nextest
token: ${{ secrets.GITHUB_TOKEN }}

- id: nss-version
Expand Down

0 comments on commit b201901

Please sign in to comment.