Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Jan 13, 2025
1 parent 4131537 commit 4ab3202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,10 @@ jobs:
fi
# Always run the chain-specific fee tests
ci_run ./bin/run_on_all_chains.sh "zkstack dev test fees --no-deps --no-kill -v" ${{ env.CHAINS }} ${{ env.FEES_LOGS_DIR }}
ci_run zkstack dev test fees --no-deps --no-kill -v --chain era
ci_run zkstack dev test fees --no-deps --no-kill -v --chain validium
ci_run zkstack dev test fees --no-deps --no-kill -v --chain custom_token
ci_run zkstack dev test fees --no-deps --no-kill -v --chain consensus
- name: Run revert tests
run: |
Expand Down

0 comments on commit 4ab3202

Please sign in to comment.