mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
ci: pass $GITHUB_TOKEN to zunit test step
Raises the gh-r suite's GitHub API budget from the anonymous 60 requests/hour/IP to 1,000/hour, so release lookups no longer depend on unauthenticated HTML scraping that gets throttled when concurrent runs share runner egress IPs. Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
eaa1056699
commit
a3a6b5ae94
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -99,4 +99,6 @@ jobs:
|
|||
make all install
|
||||
|
||||
- name: "run ${{ matrix.zunit_test }} tests"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: zunit run ${{ matrix.zunit_flag }} tests/${{ matrix.zunit_test }}.zunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue