Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…78b905cbd73c0d2L19

To test what fails on Windows
  • Loading branch information
abitrolly authored Nov 11, 2024
1 parent 6911257 commit 5f47b24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
matrix:
go: [stable]
# disable windows-latest for now
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,4 +29,4 @@ jobs:
with:
version: v1.60
- name: run CI
run: make ci
run: make ci

0 comments on commit 5f47b24

Please sign in to comment.