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