ci: action to use rust nightly
This commit is contained in:
parent
67860eaf99
commit
08a6d6abb1
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -16,6 +16,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Rust nightly
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue