File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 88# This file may not be copied, modified, or distributed except according to
99# those terms.
1010
11- # Update the `.stderr` reference files used to validate our UI tests.
12-
13- set -e
11+ set -eo pipefail
1412
13+ # Update the `.stderr` reference files used to validate our UI tests.
1514TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild -p zerocopy --all-features
1615TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
17- # For developers using Rust Analyzer, it's often the case that Rust Analyzer has
18- # chosen versions of dependencies (especially syn) which have an MSRV higher than
19- # our own. Doing `rm Cargo.lock` here permits `./cargo.sh +msrv` to choose its own
20- # versions of these crates that have a lower MSRV.
21- rm Cargo.lock && TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
16+ TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
2217
2318TRYBUILD=overwrite ./cargo.sh +all test ui --test trybuild -p zerocopy-derive
2419
2520# Update zerocopy-derive's `.expected.rs` files used to validate derive output.
26-
2721ZEROCOPY_BLESS=1 ./cargo.sh +nightly test -p zerocopy-derive --lib
You can’t perform that action at this time.
0 commit comments