Skip to content

Commit 2157559

Browse files
committed
Install nightly toolchain in CI
1 parent 127a4ad commit 2157559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: hecrj/setup-rust-action@v1
1818
with:
1919
rust-version: ${{ matrix.rust }}
20+
- name: Setup rust
21+
uses: hecrj/setup-rust-action@v1
22+
with:
23+
rust-version: nightly
2024
- name: Run unit tests
2125
run: cargo test
2226
- name: Run script tests

0 commit comments

Comments
 (0)