Skip to content

Commit

Permalink
ci: fix testing workflow. Run doc tests for all packages
Browse files Browse the repository at this point in the history
in the workspace.
  • Loading branch information
josecelano committed Nov 29, 2024
1 parent c61cc9a commit 39716a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- id: test-docs
name: Run Documentation Tests
run: cargo test --doc
run: cargo test --doc --workspace

- id: test
name: Run Unit Tests
Expand Down

0 comments on commit 39716a8

Please sign in to comment.