Fix name of the nightly CI job

This commit is contained in:
Waffle Maybe 2022-03-25 13:19:57 +04:00 committed by GitHub
parent 2c97e94e1e
commit 7a54b347f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,14 +51,17 @@ jobs:
rust:
- stable
- beta
- nightly-2022-01-17
- nightly
include:
- rust: stable
toolchain: stable
features: "--features full"
- rust: beta
toolchain: beta
features: "--features full"
- rust: nightly-2022-01-17
- rust: nightly
toolchain: nightly-2022-01-17
features: "--all-features"
steps:
@ -67,7 +70,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: ${{ matrix.toolchain }}
override: true
- name: build