Skip to content

Commit 315cb5a

Browse files
committed
Windows no test
1 parent 4009fa4 commit 315cb5a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
pull_request:
77
jobs:
8-
windows-test:
8+
windows-build:
99
if: ${{ github.ref == 'refs/heads/main' }}
1010
runs-on: windows-latest
1111
steps:
@@ -15,13 +15,9 @@ jobs:
1515
go-version-file: go.mod
1616
check-latest: true
1717

18-
- name: install sqlc-gen-test
19-
run: go install github.com/sqlc-dev/[email protected]
20-
21-
- name: install ./...
22-
run: go install ./...
23-
24-
- run: go test ./...
18+
# Currently some tests rely on line endings so we only build
19+
# without running.
20+
- run: go build ./...
2521

2622
darwin-test:
2723
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)