Skip to content

Commit fb8d53a

Browse files
committed
ci: Enable workspace tests on Windows
1 parent fbbfef7 commit fb8d53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ jobs:
523523
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
524524
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
525525
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
526-
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
527-
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
526+
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows, workspace-tests: true }
527+
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows, workspace-tests: true }
528528
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
529529
steps:
530530
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)