From 9f1d0d7dd88b66fe28c76c93d405a475c8c1630d Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 19 Jul 2022 18:01:25 +0400 Subject: [PATCH] attempt to fix ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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