Skip to content

Commit

Permalink
Enable sys.monitoring coverage for Python 3.12
Browse files Browse the repository at this point in the history
This should make the 3.12 tests run as fast or faster than the 3.11 tests.
  • Loading branch information
asmeurer committed Feb 12, 2024
1 parent e5629f5 commit d9f1f9b
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 @@ -12,6 +12,8 @@ jobs:
- python-version: '3.12-dev'
numpy-version: '1.22'
fail-fast: false
env:
COVERAGE_CORE: sysmon # Enable experimental faster sys.monitoring coverage for Python 3.12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit d9f1f9b

Please sign in to comment.