diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 74dc254ef..28600dee9 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -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