Skip to content

Commit

Permalink
test(zk): AAVE-DI (#519)
Browse files Browse the repository at this point in the history
* test(zk): add aave-di

* test(ci): remove aave-di

* chore: rename

---------

Co-authored-by: Juan Rigada <[email protected]>
  • Loading branch information
Karrq and Jrigada authored Aug 19, 2024
1 parent 348ea85 commit 221c2da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/infrastructure.yml

This file was deleted.

7 changes: 7 additions & 0 deletions crates/forge/tests/cli/ext_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,10 @@ fn convex_shutdown_simulation() {
.fork_block(14445961)
.run();
}

#[test]
fn test_zk_aave_di() {
ExtTester::new("Moonsong-Labs", "aave-delivery-infrastructure", "ci")
.args(["--zksync", "--avoid-contracts", "\"*/PayloadScripts.t.sol\""])
.run()
}

0 comments on commit 221c2da

Please sign in to comment.