Skip to content

Commit

Permalink
test: add sablier-v2 (foundry-rs#6655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored and RPate97 committed Jan 12, 2024
1 parent b0b200d commit 1c0f846
Showing 1 changed file with 7 additions and 0 deletions.
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 @@ -9,6 +9,13 @@ forgetest_external!(
prb_proxy,
"PaulRBerg/prb-proxy"
);
forgetest_external!(
#[cfg_attr(windows, ignore = "Windows cannot find installed programs")]
sablier_v2,
"sablier-labs/v2-core",
// skip fork tests
&["--nmc", "Fork"]
);
forgetest_external!(solady, "Vectorized/solady");
forgetest_external!(
#[cfg_attr(windows, ignore = "weird git fail")]
Expand Down

0 comments on commit 1c0f846

Please sign in to comment.