diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba02ce0..54ae77ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,7 @@ jobs: args: --tests --verbose ${{ matrix.features }} - name: Test documentation tests + if: ${{ matrix.rust != "msrv" }} uses: actions-rs/cargo@v1 with: command: test