Skip to content

Commit f9dfc97

Browse files
authored
fix: fix windows test ci by add fail-fast strategy label (#213)
1 parent 6a88541 commit f9dfc97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
name: AMD64 Windows 2022
7676
runs-on: windows-2022
7777
timeout-minutes: 30
78+
strategy:
79+
fail-fast: false
7880
steps:
7981
- name: Checkout iceberg-cpp
8082
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)