Skip to content

Commit

Permalink
Try enabling ASAN on macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 16, 2023
1 parent de8affd commit b44ee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
go-version-file: go.mod

- name: Build kitty
run: which python3 && python3 .github/workflows/ci.py build
run: which python3 && python3 .github/workflows/ci.py build --debug --sanitize

- name: Test kitty
run: python3 .github/workflows/ci.py test
Expand Down

0 comments on commit b44ee6b

Please sign in to comment.