Skip to content

Commit

Permalink
fix: try to fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Apr 17, 2024
1 parent 6973cd1 commit 0741e46
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 265 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ignition-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
name: Test ignition-validate
strategy:
matrix:
go-version: [1.21.x]
os: [macos-latest, windows-latest]
go-version: [1.22.1]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
Expand All @@ -36,5 +36,5 @@ jobs:
- name: Test ignition-validate
shell: bash
run: |
go test -timeout 60s -cover \
go test -timeout 120s -cover -run TestConfigValidation \
$(go list ./config/... ./validate/...) --race
Loading

0 comments on commit 0741e46

Please sign in to comment.