Skip to content

Commit

Permalink
[tools] Refactor update-ui-test-files.sh (#1743)
Browse files Browse the repository at this point in the history
This change makes it easier to copy+paste from the script when working
manually, which is a common workflow.
  • Loading branch information
joshlf committed Sep 24, 2024
1 parent 72d93d0 commit fbb0f8b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/update-ui-test-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

set -e

TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild --workspace --all-features
TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild -p zerocopy --all-features
TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable

TRYBUILD=overwrite ./cargo.sh +all test ui --test trybuild -p zerocopy-derive

0 comments on commit fbb0f8b

Please sign in to comment.