Update rust.yml
This commit is contained in:
parent
97f4ce511a
commit
91e92c112f
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Update to Nightly
|
||||
run: rustup update nightly && rustup default nightly
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue