mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-05 10:24:32 +01:00
Fix name of the nightly CI job
This commit is contained in:
parent
2c97e94e1e
commit
7a54b347f7
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -51,14 +51,17 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly-2022-01-17
|
- nightly
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
|
toolchain: stable
|
||||||
features: "--features full"
|
features: "--features full"
|
||||||
- rust: beta
|
- rust: beta
|
||||||
|
toolchain: beta
|
||||||
features: "--features full"
|
features: "--features full"
|
||||||
- rust: nightly-2022-01-17
|
- rust: nightly
|
||||||
|
toolchain: nightly-2022-01-17
|
||||||
features: "--all-features"
|
features: "--all-features"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -67,7 +70,7 @@ jobs:
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
|
Loading…
Reference in a new issue