Skip to content

Commit

Permalink
Don't build deps docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Aug 13, 2023
1 parent 46d8b5c commit a0556b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Tests
run: cargo test
- name: Docs
run: cargo doc
run: cargo doc --no-deps

0 comments on commit a0556b1

Please sign in to comment.