Skip to content

Commit a8f6070

Browse files
authored
Fix running GC Zeal test in CI (#13045)
Misconfiguration meant that they weren't ever actually running previously, and this should fix the issue.
1 parent 2ff71cd commit a8f6070

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
preview1-adapter: ${{ steps.calculate.outputs.preview1-adapter }}
179179
run-dwarf: ${{ steps.calculate.outputs.run-dwarf }}
180180
platform-checks: ${{ steps.calculate.outputs.platform-checks }}
181+
test-gc-zeal: ${{ steps.calculate.outputs.test-gc-zeal }}
181182
steps:
182183
- uses: actions/checkout@v6
183184
- id: calculate

0 commit comments

Comments
 (0)