We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5336821 commit 2b88994Copy full SHA for 2b88994
.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