Skip to content

Commit cb6a39a

Browse files
authored
Update justfile
1 parent fc29b45 commit cb6a39a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ generate:
1313
go run ./cmd/mangosql/ --output ./tests/postgres/composite/client.go --package composite ./tests/postgres/composite/schema.sql
1414
go run ./cmd/mangosql/ --output ./tests/postgres/types/client.go --package types ./tests/postgres/types/schema.sql
1515

16-
go run ./cmd/mangosql/ --output ./codegen/test/client.go --package test ./codegen/test/schema.sql
17-
1816
test: generate
1917
go test --cover --coverprofile=coverage.txt ./...
2018
go tool cover -html=coverage.txt -o coverage.html

0 commit comments

Comments
 (0)