Skip to content

Commit 85bab61

Browse files
committed
Try to run only working tests
1 parent d414dba commit 85bab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022
3838
test_task: check
3939
- os: 11-arm
40-
test_task: test-spec
40+
test_task: 'btest test-basic test-tool' # check and test-spec are broken yet.
4141
target: arm64
4242
- os: 2022
4343
vc: 2019

0 commit comments

Comments
 (0)