mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Temporary switch clippy CI to beta b/c of ICE
This commit is contained in:
parent
b3d8d70a7c
commit
201a60b38a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
toolchain: beta #nightly
|
||||
override: true
|
||||
components: clippy
|
||||
|
||||
|
@ -64,7 +64,8 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-targets --all-features -- -D warnings
|
||||
args: --all-targets --features full -- -D warnings
|
||||
#args: --all-targets --all-features -- -D warnings
|
||||
|
||||
style:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue