mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Pin nightly-2022-01-17
in the CI
This commit is contained in:
parent
c35f4f42ce
commit
ac653dd8c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -51,14 +51,14 @@ jobs:
|
|||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- nightly-2022-01-17
|
||||
|
||||
include:
|
||||
- rust: stable
|
||||
features: "--features full"
|
||||
- rust: beta
|
||||
features: "--features full"
|
||||
- rust: nightly
|
||||
- rust: nightly-2022-01-17
|
||||
features: "--all-features"
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue