Skip to content

Commit

Permalink
feat: sealevel merkle indexer + e2e (#3053)
Browse files Browse the repository at this point in the history
Depends on #3048

Fixes #3046
Fixes #2754
  • Loading branch information
daniel-savu authored Dec 19, 2023
1 parent 1f651b7 commit 8e44bc1
Show file tree
Hide file tree
Showing 59 changed files with 1,190 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
working-directory: ./rust

- name: agent tests with CosmWasm
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally --features cosmos -- cosmos::test --nocapture
working-directory: ./rust

- name: agent tests excluding CosmWasm
Expand Down
Loading

0 comments on commit 8e44bc1

Please sign in to comment.