Skip to content

Commit b8160b5

Browse files
authored
docs(development): Avoid test failure (#3235)
Add sqlc-gen-json installation step to avoid "error generating code: process: sqlc-gen-json not found" when tests running.
1 parent 2448017 commit b8160b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guides/development.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ For local development, install `sqlc` under an alias. We suggest `sqlc-dev`.
88
go build -o ~/go/bin/sqlc-dev ./cmd/sqlc
99
```
1010

11+
Install `sqlc-gen-json` to avoid test failure.
12+
13+
```
14+
go build -o ~/go/bin/sqlc-gen-json ./cmd/sqlc-gen-json
15+
```
16+
1117
## Running Tests
1218

1319
```

0 commit comments

Comments
 (0)