Skip to content

Commit 3978c5f

Browse files
committed
improve test cases
1 parent c6d5337 commit 3978c5f

14 files changed

+268
-995
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ typegen:
66
format:
77
gofmt -w -s .
88

9+
.PHONY: test
10+
test:
11+
go test -v -race -timeout 3m ./...
912

1013
# Install golangci-lint tool to run lint locally
1114
# https://golangci-lint.run/usage/install

codegen/connector.go

-192
This file was deleted.

codegen/main.go

-35
This file was deleted.

codegen/schema.go

-127
This file was deleted.

0 commit comments

Comments
 (0)