Skip to content

Commit

Permalink
Show rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 6, 2024
1 parent 5b64801 commit 3d61aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ jobs:
# - name: Configure extra test environment
# run: echo CARGO_CONTAINER_TESTS=1 >> $GITHUB_ENV
# if: matrix.os == 'ubuntu-latest'
- run: gh api '/rate_limit'
env:
GH_TOKEN: ${{ github.token }}
- run: cargo test -p cargo --test testsuite -- https::github_works
- run: gh api '/rate_limit'
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 3d61aa2

Please sign in to comment.