From 0fe2ed94d7c0a0938b11c9bddbe7e1a2ee145fff Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 27 Sep 2023 17:14:38 +0200 Subject: [PATCH] ci: run all tests including documentation tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5bf38a0a7..a89ee6788 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -80,7 +80,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --workspace --all-targets ${{ matrix.args }} + args: --all-targets ${{ matrix.args }} env: RUSTFLAGS: -Awarnings # Allow all warnings