ci: action to use rust nightly

This commit is contained in:
gak 2023-10-22 08:42:59 +10:00 committed by GitHub
parent 67860eaf99
commit 08a6d6abb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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