Skip to content

Commit 0e80abb

Browse files
authored
Merge pull request #244 from sonos/reenable-tv-and-watchos-proc-tests
Revert "Disable proc macro tests for tvOS and watchOS"
2 parents b48df5b + 15e277a commit 0e80abb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.apple-third-tier.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)