Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Sep 29, 2023
1 parent b5131d3 commit d499d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Cache build artifacts
uses: Swatinem/[email protected]
- name: Check no `rustdoc` lint warnings
run: RUSTDOCFLAGS="-D warnings" cargo doc -p abcrypt --no-deps --document-private-items
run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --exclude abcrypt-cli --no-deps --document-private-items

benchmark:
name: Benchmark
Expand Down

0 comments on commit d499d23

Please sign in to comment.