Skip to content

Commit

Permalink
Remove no-deps argument from cargo test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Sep 20, 2023
1 parent 2dd680f commit db2cbb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db2cbb2

Please sign in to comment.