Skip to content

Commit

Permalink
Bring back integration tests (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed May 13, 2024
1 parent 2af5d06 commit 62989ce
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 56 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

- name: cargo test
run: |
# forge build
# git submodule update --init --recursive
# cd ./integration-tests
# cargo test --release -- --nocapture
forge build
git submodule update --init --recursive
cd ./integration-tests
cargo test --release -- --nocapture
fmt:
name: Rustfmt
Expand Down
Loading

0 comments on commit 62989ce

Please sign in to comment.