Skip to content

Commit

Permalink
[pages]cargo test --docs -> cargo test --doc
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jan 29, 2024
1 parent 1439a2e commit ffd2323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
CARGO_INCREMENTAL: 0
run: |
cargo test --docs
cargo test --doc
cargo test --lib
id: test
- name: Invoke cargo doc
Expand Down

0 comments on commit ffd2323

Please sign in to comment.