From b1d2d5719b3fd8fc2cab07f3a482d3d5b0ac6487 Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 3 Feb 2025 13:47:08 +0100 Subject: [PATCH] Improve range of arm64 testing --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 594ad96..08bc7a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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