Skip to content

Commit

Permalink
Update asan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Lin authored Dec 19, 2022
1 parent c5e7622 commit 4105134
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 @@ -14,5 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make
run: make COPTS="-fsanitize=address -fsanitize=pointer-compare \
-fsanitize=pointer-subtract" simulate
run: make COPTS="-fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract" simulate

0 comments on commit 4105134

Please sign in to comment.