summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ed1e51a811..408b68fcca 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -27,13 +27,15 @@ jobs:
include:
- os: 2022
test_task: check
+ - os: 2022
+ test_task: test-bundled-gems
- os: 2025-vs2026
test_task: check
+ - os: 2025-vs2026
+ test_task: test-bundled-gems
- os: 11-arm
test_task: 'btest test-basic test-tool' # check and test-spec are broken yet.
target: arm64
- - os: 2025-vs2026
- test_task: test-bundled-gems
fail-fast: false
runs-on: windows-${{ matrix.os }}