Skip to content

Commit d9d95cb

Browse files
authored
fix: make go_test_pr.yaml work for Rust, too (#211)
1 parent 400cf83 commit d9d95cb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

adbc_drivers_dev/templates/go_test_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# This is a common workflow for testing a PR when permissions are needed.
2323

24-
name: Go Test PR
24+
name: <{lang_human}> Test PR
2525

2626
on:
2727
workflow_dispatch:
@@ -73,7 +73,7 @@ jobs:
7373
echo "**Remote:** ${REPOSITORY}@${REF}" >> $GITHUB_STEP_SUMMARY
7474
7575
test:
76-
uses: adbc-drivers/<{repository}>/.github/workflows/go_test.yaml@main # zizmor: ignore[unpinned-uses]
76+
uses: adbc-drivers/<{repository}>/.github/workflows/<{lang}>_test.yaml@main # zizmor: ignore[unpinned-uses]
7777
needs:
7878
- setup
7979
with:

adbc_drivers_dev/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def generate_workflows(args) -> int:
175175
f"{lang}_test_pr.yaml",
176176
{
177177
**params.to_dict(),
178+
**lang_ctx,
178179
},
179180
)
180181

0 commit comments

Comments
 (0)