Skip to content

Commit

Permalink
Do not document dependencies in CI (intel#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing authored Sep 20, 2023
1 parent c2ebc0b commit 081f70b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ jobs:
echo "✅ [T595] Symlinks are checked before using files. See T297."
- name: Build Docs
run: |
cargo doc --features=${{ matrix.simics_version }}
cargo doc --features=${{ matrix.simics_version }} --workspace \
--no-deps
- name: Test Docs
run: |
cargo test --doc --features=${{ matrix.simics_version }}
cargo test --doc --features=${{ matrix.simics_version }} --workspace \
--no-deps
static_analysis:
name: Run Static Analysis
Expand Down

0 comments on commit 081f70b

Please sign in to comment.