Skip to content

Commit

Permalink
feat: add revert tests (external node) to zk_toolbox (#2408)
Browse files Browse the repository at this point in the history
## What ❔

- Adds revert tests (external node) to zk_toolbox

## Why ❔

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.

---------

Co-authored-by: aon <21188659+aon@users.noreply.github.com>
Co-authored-by: Manuel <manuel@moonsonglabs.com>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 990676c commit 3fbbee1
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 78 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-zk-toolbox-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
run: |
ci_run zk_supervisor test revert --ignore-prerequisites --verbose
- name: Run revert tests (external node)
run: |
ci_run zk_supervisor test revert --external-node --ignore-prerequisites --verbose
- name: Show server.log logs
if: always()
run: ci_run cat server.log || true
Expand Down
Loading

0 comments on commit 3fbbee1

Please sign in to comment.