From 9203c211620943589bade3360f156de4a86880d9 Mon Sep 17 00:00:00 2001 From: James Cape Date: Fri, 10 Mar 2023 15:50:58 -0800 Subject: [PATCH] Add --all-features to test. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89895db..1415a2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -193,7 +193,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - uses: r7kamura/rust-problem-matchers@v1 - - run: cargo +${{ matrix.rust }} test --release + - run: cargo +${{ matrix.rust }} test --release --all-features doc: runs-on: ubuntu-22.04