Skip to content

Commit

Permalink
test: disable PRB ext tests on Windows (#6639)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 21, 2023
1 parent 9c4d3f9 commit df49ddd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions crates/forge/tests/cli/ext_integration.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
forgetest_external!(solmate, "transmissions11/solmate");
forgetest_external!(prb_math, "PaulRBerg/prb-math");
forgetest_external!(prb_proxy, "PaulRBerg/prb-proxy");
forgetest_external!(
#[cfg_attr(windows, ignore = "Windows cannot find installed programs")]
prb_math,
"PaulRBerg/prb-math"
);
forgetest_external!(
#[cfg_attr(windows, ignore = "Windows cannot find installed programs")]
prb_proxy,
"PaulRBerg/prb-proxy"
);
forgetest_external!(solady, "Vectorized/solady");
forgetest_external!(
#[cfg_attr(windows, ignore = "weird git fail")]
Expand Down

0 comments on commit df49ddd

Please sign in to comment.