8000 beta rust · unicode-rs/unicode-script@0df4363 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0df4363

Browse files
committed
beta rust
1 parent 1a3659b commit 0df4363

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12+
- uses: actions-rs/toolchain@v1
13+
with:
14+
profile: minimal
15+
toolchain: beta
16+
override: true
17+
components: rustfmt
1218
- name: Build
1319
run: cargo build --verbose
1420
- name: Run tests

0 commit comments

Comments
 (0)
0