Skip to content

Commit

Permalink
feat: add katana-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed May 22, 2024
1 parent 04fe3de commit 576657b
Show file tree
Hide file tree
Showing 9 changed files with 1,664 additions and 161 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,8 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run katana
- name: Run integration tests
run: |
katana -b 1000 &
- name: Run evm -> strk test
run: |
cd rust && cargo test -- test_mailbox_evm_to_strk
- name: Kill katana
run: |
pkill katana
- name: run katana
run: |
katana -b 1000 &
- name: Run strk -> evm test
run: |
cd rust && cargo test -- test_mailbox_strk_to_evm
cd rust && cargo test
Loading

0 comments on commit 576657b

Please sign in to comment.