diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d796da..0219a83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: RUSTFLAGS: -Dwarnings with: command: clippy + continue-on-error: ${{ matrix.rust == 'nightly' || matrix.rust == 'beta' }} - name: Build and test uses: actions-rs/cargo@v1.0.3 with: