Skip to content

Commit

Permalink
Unit test for deployment and call of Ethereum contract (#39)
Browse files Browse the repository at this point in the history
* Unit test for deployment and call of Ethereum contract

* foundry for github actions
  • Loading branch information
mskrzypkows authored Jul 1, 2024
1 parent a1327d3 commit 4b6e177
Show file tree
Hide file tree
Showing 4 changed files with 2,423 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 4b6e177

Please sign in to comment.