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 f854793 commit 3f43c88Copy full SHA for 3f43c88
.github/workflows/ci.yml
@@ -39,6 +39,12 @@ 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:
0 commit comments