Skip to content

Commit ff272e9

Browse files
authored
Ignore dependencies example project from build tests (#1330)
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.*
1 parent 7f71630 commit ff272e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scarb/tests/examples.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use snapbox::cmd::Command;
77
use scarb_test_support::cargo::cargo_bin;
88
use test_for_each_example::test_for_each_example;
99

10-
#[test_for_each_example]
10+
#[test_for_each_example(ignore = "dependencies")]
1111
fn build(example: &Path) {
1212
Command::new(cargo_bin("scarb"))
1313
.arg("clean")

0 commit comments

Comments
 (0)