File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 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() {
2525 # There's something odd with using the .cargo/config runner attribute and
2626 # workspaces when the runner uses `cargo run --manifest-path ../Cargo.toml
2727 # --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
3128 title " testing from project directory for rust target $1 on device $2 "
3229 title " testing from workspace directory"
3330 ( \
3431 cd test-ws \
3532 && 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 \
3936 )
4037
4138 title " testing from project directory"
You can’t perform that action at this time.
0 commit comments