more arm64 CI tests

This commit is contained in:
hakril
2025-02-05 23:14:41 +01:00
parent 5c25e333e6
commit 75f1121182
+1 -1
View File
@@ -126,4 +126,4 @@ jobs:
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)"
- name: Arm64 pytests
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -v -s
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "not test_debugger" -v -s