Commit fbb0f8b 1 parent 72d93d0 commit fbb0f8b Copy full SHA for fbb0f8b
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
set -e
14
14
15
- TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild --workspace --all-features
16
- TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
17
- TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
15
+ TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild -p zerocopy --all-features
16
+ TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
17
+ TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
18
+
19
+ TRYBUILD=overwrite ./cargo.sh +all test ui --test trybuild -p zerocopy-derive
You can’t perform that action at this time.
0 commit comments