Skip to content

Commit

Permalink
ci: run all tests including documentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 27, 2023
1 parent 1988e58 commit 0fe2ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fe2ed9

Please # to comment.