Skip to content

Commit

Permalink
ci: Try fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed Aug 14, 2023
1 parent a10174b commit 1049e67
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ jobs:
name: Test
uses: codello/.github/.github/workflows/go-test.yml@v0
with:
test-on: ubuntu-latest,ubuntu-20.04,windows-latest,macos-latest
test-on: ubuntu-latest,ubuntu-20.04,macos-latest

test2:
name: Test Windows
uses: codello/.github/.github/workflows/go-test.yml@v0
with:
packages: ".\..."
test-on: windows-latest

build:
name: Build
Expand Down

0 comments on commit 1049e67

Please sign in to comment.