Skip to content

Commit 3eb79d9

Browse files
authored
Update rust.yml
1 parent 9097fde commit 3eb79d9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Install latest nightly
20+
uses: actions-rs/toolchain@v1
21+
with:
22+
toolchain: nightly
23+
override: true
24+
components: rustfmt, clippy
25+
1926
- name: Build
2027
run: cargo build --verbose
2128
- name: Run tests

0 commit comments

Comments
 (0)