Skip to content

Commit

Permalink
fulltest
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jan 30, 2023
1 parent ed91bab commit 78843a4
Show file tree
Hide file tree
Showing 98 changed files with 41,046 additions and 31 deletions.
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
- 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

0 comments on commit 78843a4

Please sign in to comment.