Skip to content

Commit

Permalink
ci: 🧪 Test api limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 5, 2023
1 parent 236249a commit aad6632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Curl test
run: |
for i in {1..100}
for i in {1..1500}
do
curl --request GET \
--url https://api.github.com/repos/esp-rs/rust-build/releases \
Expand Down

0 comments on commit aad6632

Please sign in to comment.