Improve range of arm64 testing

This commit is contained in:
hakril
2025-02-03 13:47:08 +01:00
parent 5352013a8f
commit b1d2d5719b
+2 -2
View File
@@ -125,5 +125,5 @@ jobs:
- name: Testing PFW execute
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)"
- name: Testing PFW execute
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k test_print_syswow_state -v -x -s
- name: Arm64 pytests
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "test_print_syswow_state or teb or peb" -v -x -s