Skip to content

Commit

Permalink
Merge pull request #201 from artichoke/lopopolo/macos-leaksan-red
Browse files Browse the repository at this point in the history
Disable LeakSanitizer tests on macOS
  • Loading branch information
lopopolo authored Jan 1, 2023
2 parents ba1eda3 + 78bd39f commit b7e2697
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os:
- ubuntu-latest
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
env:
RUSTFLAGS: -D warnings
RUST_BACKTRACE: 1
Expand Down

0 comments on commit b7e2697

Please sign in to comment.