File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,14 @@ tests_sequence_unstable_target() {
25
25
# There's something odd with using the .cargo/config runner attribute and
26
26
# workspaces when the runner uses `cargo run --manifest-path ../Cargo.toml
27
27
# --bin cargo-dinghy ...`
28
- # TODO 2024/11/18 adding explict `--workspace --exclude test-proc-macro` to the cargo commands here
29
- # TODO as a workaround for https://github.com/rust-lang/cargo/issues/14735 this should be removed when the issue
30
- # TODO is resolved
31
28
title " testing from project directory for rust target $1 on device $2 "
32
29
title " testing from workspace directory"
33
30
( \
34
31
cd test-ws \
35
32
&& cargo clean \
36
- && $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro - Zbuild-std pass \
37
- && ! $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro - Zbuild-std fails \
38
- && ! $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro - Zbuild-std \
33
+ && $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std pass \
34
+ && ! $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std fails \
35
+ && ! $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std \
39
36
)
40
37
41
38
title " testing from project directory"
You can’t perform that action at this time.
0 commit comments