Skip to content

Commit

Permalink
improve test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Feb 9, 2024
1 parent c6d5337 commit 3978c5f
Show file tree
Hide file tree
Showing 14 changed files with 268 additions and 995 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ typegen:
format:
gofmt -w -s .

.PHONY: test
test:
go test -v -race -timeout 3m ./...

# Install golangci-lint tool to run lint locally
# https://golangci-lint.run/usage/install
Expand Down
192 changes: 0 additions & 192 deletions codegen/connector.go

This file was deleted.

35 changes: 0 additions & 35 deletions codegen/main.go

This file was deleted.

127 changes: 0 additions & 127 deletions codegen/schema.go

This file was deleted.

Loading

0 comments on commit 3978c5f

Please sign in to comment.