Skip to content

Commit

Permalink
Ignore dependencies example project from build tests (#1330)
Browse files Browse the repository at this point in the history
commit-id:ebced8a5

---

**Stack**:
- #1329
- #1330⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
not merge manually using the UI - doing so may have unexpected results.*
  • Loading branch information
maciektr authored Jun 3, 2024
1 parent 7f71630 commit ff272e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarb/tests/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use snapbox::cmd::Command;
use scarb_test_support::cargo::cargo_bin;
use test_for_each_example::test_for_each_example;

#[test_for_each_example]
#[test_for_each_example(ignore = "dependencies")]
fn build(example: &Path) {
Command::new(cargo_bin("scarb"))
.arg("clean")
Expand Down

0 comments on commit ff272e9

Please sign in to comment.