From db2cbb23a5b04c6e274a11eb744a93a30c87a5a9 Mon Sep 17 00:00:00 2001 From: novafacing Date: Wed, 20 Sep 2023 16:27:49 -0700 Subject: [PATCH] Remove no-deps argument from cargo test in CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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