Temporary switch clippy CI to beta b/c of ICE

This commit is contained in:
Waffle 2021-03-06 10:58:54 +03:00
parent b3d8d70a7c
commit 201a60b38a

View file

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