Skip to content

Commit

Permalink
run fee tests 100 times
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Jan 19, 2025
1 parent ab67f36 commit 09e77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ jobs:
ci_run zkstack server wait --ignore-prerequisites --verbose --chain gateway
fi
for i in {1..20}
for i in {1..100}
do
mkdir -p ${{ env.FEES_LOGS_DIR }}/$i
# Always run the chain-specific fee tests
Expand Down

0 comments on commit 09e77b7

Please sign in to comment.