diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c46e06..0dd30d95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,8 +114,7 @@ jobs: --no-deps - name: Test Docs run: | - cargo test --doc --features=${{ matrix.simics_version }} --workspace \ - --no-deps + cargo test --doc --features=${{ matrix.simics_version }} static_analysis: name: Run Static Analysis