Skip to content

Commit

Permalink
Refactor build_test_artifacts_with_scarb
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Oct 15, 2024
1 parent 7571e79 commit 6a3d5dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/forge/src/scarb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ fn build_test_artifacts_with_scarb(filter: PackagesFilter, features: FeaturesSpe
.arg("build")
.arg("--test")
.packages_filter(filter)
.features(features);

command
.features(features)
.run()
.context("Failed to build test artifacts with Scarb")?;
Ok(())
Expand Down

0 comments on commit 6a3d5dc

Please sign in to comment.