Skip to content

Commit 0741e46

Browse files
committed
fix: try to fix windows CI
1 parent 6973cd1 commit 0741e46

File tree

2 files changed

+279
-265
lines changed

2 files changed

+279
-265
lines changed

.github/workflows/ignition-validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
name: Test ignition-validate
2121
strategy:
2222
matrix:
23-
go-version: [1.21.x]
24-
os: [macos-latest, windows-latest]
23+
go-version: [1.22.1]
24+
os: [windows-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Set up Go 1.x
@@ -36,5 +36,5 @@ jobs:
3636
- name: Test ignition-validate
3737
shell: bash
3838
run: |
39-
go test -timeout 60s -cover \
39+
go test -timeout 120s -cover -run TestConfigValidation \
4040
$(go list ./config/... ./validate/...) --race

0 commit comments

Comments
 (0)