Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding all keys to testdata #3042

Merged
merged 3 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,12 @@ jobs:
- name: Show the selected Rust toolchain
run: rustup show

# Job specific dependencies
# Job-specific dependencies
- name: Attempt to load download cache
uses: actions/cache@v3
with:
key: download-cache
path: /tmp/icu4x
robertbastian marked this conversation as resolved.
Show resolved Hide resolved
- name: Install rustfmt
run: rustup component add rustfmt

Expand Down
157 changes: 157 additions & 0 deletions provider/testdata/data/baked/collator/data_v1/ar-u-co-compat.rs.data

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading