Skip to content

Commit

Permalink
Test OPT_LEVEL 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent 034b2d7 commit 7cd5ea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,12 @@ jobs:
- name: Compiled with mypyc (win)
if: ${{ matrix.os == 'windows-latest' }}
env:
MYPYC_OPT_LEVEL: 0
MYPYC_OPT_LEVEL: 2
MYPYC_DEBUG_LEVEL: 0
MYPY_USE_MYPYC: 1
run: |
pip install -r test-requirements.txt
pip install -e .
pip install -v -e .
- name: Setup tox environment
run: |
Expand Down

0 comments on commit 7cd5ea7

Please sign in to comment.