Skip to content

Commit

Permalink
Update .github/workflows/build.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Oct 8, 2024
1 parent 33689ea commit e9906ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ jobs:
- name: Clean output
run: rm -rf ./out
- name: Run Tests with sanitizers
# Sanotizer tests are not likely to find extra issues so running the same tests
# as above repeateadly on every pull request seems extra time. Instead keep this run
# for master onlyu
# Sanitizer tests are not likely to find extra issues so running the same tests
# as above repeatedly on every pull request seems extra time. Instead keep this run
# for master only
if: github.event.pull_request.number == null
env:
LSAN_OPTIONS: detect_leaks=1
Expand Down

0 comments on commit e9906ae

Please sign in to comment.