We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f65d4f commit 74b621fCopy full SHA for 74b621f
.github/workflows/ci.yml
@@ -39,12 +39,6 @@ jobs:
39
- name: install test-json-process-plugin
40
run: go install ./scripts/test-json-process-plugin/
41
42
- - name: install examples-plugin-based-codegen-plugins-sqlc-engine-sqlite3
43
- run: go install ./examples/plugin-based-codegen/plugins/sqlc-engine-sqlite3
44
-
45
- - name: install examples-plugin-based-codegen-plugins-sqlc-gen-rust
46
- run: go install ./examples/plugin-based-codegen/plugins/sqlc-gen-rust
47
48
- name: install ./...
49
run: go install ./...
50
env:
@@ -55,6 +49,7 @@ jobs:
55
working-directory: internal/endtoend/testdata
56
57
51
CGO_ENABLED: "0"
52
+ SQLCDEBUG: processplugins=1
58
53
59
54
- name: test ./...
60
run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...
0 commit comments