Skip to content

Commit

Permalink
chore: disable CI for Windows because \r in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 12, 2024
1 parent 47bc412 commit 88bf247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
go-version: [ oldstable, stable]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest, windows-latest] # Skip windows because \r inside test files...

steps:
# https://github.com/marketplace/actions/checkout
Expand Down

0 comments on commit 88bf247

Please sign in to comment.