We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6973cd1 commit 0741e46Copy full SHA for 0741e46
.github/workflows/ignition-validate.yml
@@ -20,8 +20,8 @@ jobs:
20
name: Test ignition-validate
21
strategy:
22
matrix:
23
- go-version: [1.21.x]
24
- os: [macos-latest, windows-latest]
+ go-version: [1.22.1]
+ os: [windows-latest]
25
runs-on: ${{ matrix.os }}
26
steps:
27
- name: Set up Go 1.x
@@ -36,5 +36,5 @@ jobs:
36
- name: Test ignition-validate
37
shell: bash
38
run: |
39
- go test -timeout 60s -cover \
+ go test -timeout 120s -cover -run TestConfigValidation \
40
$(go list ./config/... ./validate/...) --race
0 commit comments