Skip to content

Commit

Permalink
Build tests in a separate step
Browse files Browse the repository at this point in the history
To help the tests not time out.
  • Loading branch information
walles committed Aug 6, 2024
1 parent f7bdb72 commit 479d897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
go-version-file: "go.mod"

- run: go build
- run: go test -timeout 60s ./...
- run: go test -c -v ./...
- run: go test -timeout 30s ./...

0 comments on commit 479d897

Please sign in to comment.