Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 28, 2024
1 parent ae4a229 commit 4243b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
strategy:
matrix:
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# Make sure we can build and run tests on an instrumented build that uses libasan
# We aren't necessarily checking for memory errors / leaks in this test
sanitizer: [false]
include:
- py-version: 3.8
Expand Down

0 comments on commit 4243b9c

Please sign in to comment.