Skip to content

Commit

Permalink
Update .github/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: MaeIsBad <[email protected]>
  • Loading branch information
cpiemontese and MaeIsBad authored Sep 25, 2023
1 parent 893d8aa commit d18c105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: cargo clippy --workspace --all-features -- -D warnings
- name: Build docs
run: cargo doc --document-private-items --workspace --all-features --no-deps
env:
RUSTDOCFLAGS: -Dwarnings
env:
RUSTDOCFLAGS: -Dwarnings
test:
# Avoid duplicate jobs on PR from a branch on the same repo
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down

0 comments on commit d18c105

Please sign in to comment.