Skip to content

Commit 2ac5f8e

Browse files
committed
Adds Rust nightly toolchain to CI workflow
1 parent d63010f commit 2ac5f8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

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

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install Rust nightly
20+
uses: actions-rs/toolchain@v1
21+
with:
22+
toolchain: nightly
23+
override: true
24+
profile: minimal
1925
- name: Build
2026
run: cargo build --verbose
2127
- name: Run tests

0 commit comments

Comments
 (0)