From 201a60b38a7a5ff3383bb00ff17cd1b8056ef60e Mon Sep 17 00:00:00 2001 From: Waffle Date: Sat, 6 Mar 2021 10:58:54 +0300 Subject: [PATCH] Temporary switch clippy CI to beta b/c of ICE --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939b0930..4ab0617b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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