Skip to content

Commit 74b621f

Browse files
committed
SQLCDEBUG=processplugins=1
1 parent 9f65d4f commit 74b621f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
- name: install test-json-process-plugin
4040
run: go install ./scripts/test-json-process-plugin/
4141

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-
4842
- name: install ./...
4943
run: go install ./...
5044
env:
@@ -55,6 +49,7 @@ jobs:
5549
working-directory: internal/endtoend/testdata
5650
env:
5751
CGO_ENABLED: "0"
52+
SQLCDEBUG: processplugins=1
5853

5954
- name: test ./...
6055
run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...

0 commit comments

Comments
 (0)