Skip to content

Commit 6b1a5b7

Browse files
authored
build(endtoend): Don't run tests in testdata (#1492)
There are no tests, so don't run `go test`
1 parent 916b8d3 commit 6b1a5b7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ jobs:
5252
- name: build internal/endtoend
5353
run: go build ./...
5454
working-directory: internal/endtoend/testdata
55-
56-
- name: test internal/endtoend
57-
run: go test ./...
58-
working-directory: internal/endtoend/testdata

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ test-examples:
1212
build-endtoend:
1313
cd ./internal/endtoend/testdata && go build ./...
1414

15-
test-endtoend:
16-
cd ./internal/endtoend/testdata && go test ./...
17-
18-
test-ci: test-examples build-endtoend test-endtoend
15+
test-ci: test-examples build-endtoend
1916

2017
regen: sqlc-dev
2118
go run ./scripts/regenerate/

0 commit comments

Comments
 (0)