Skip to content

Commit

Permalink
Don't generate docs for rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Dec 30, 2023
1 parent 433d70d commit 101b6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Upgrade cargo/rust
run: rustup update
- name: Build rustdoc
run: cd shadow/src && cargo doc
# don't build docs for shadow's tests
run: cd shadow/src && cargo doc --workspace --exclude shadow-tests
- name: Copy rustdoc
run: |
rm -rf pages/docs
Expand Down

0 comments on commit 101b6b5

Please sign in to comment.