From 797dfb2dc4e98fc903afa6ca85ee30d68f99ba36 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 6 Apr 2024 13:52:10 -0700 Subject: [PATCH] Show rate limit --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 905338875ae0..e5ba12213fd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}