Skip to content

Commit

Permalink
build(endtoend): Don't run tests in testdata (#1492)
Browse files Browse the repository at this point in the history
There are no tests, so don't run `go test`
  • Loading branch information
kyleconroy committed Mar 17, 2022
1 parent 916b8d3 commit 6b1a5b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -52,7 +52,3 @@ jobs:
- name: build internal/endtoend
run: go build ./...
working-directory: internal/endtoend/testdata

- name: test internal/endtoend
run: go test ./...
working-directory: internal/endtoend/testdata
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -12,10 +12,7 @@ test-examples:
build-endtoend:
cd ./internal/endtoend/testdata && go build ./...

test-endtoend:
cd ./internal/endtoend/testdata && go test ./...

test-ci: test-examples build-endtoend test-endtoend
test-ci: test-examples build-endtoend

regen: sqlc-dev
go run ./scripts/regenerate/
Expand Down

0 comments on commit 6b1a5b7

Please sign in to comment.