summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-01-06 16:26:14 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2021-01-06 16:26:14 +0100
commit8671637da2dcdaa214491e42e23b9f04fcfd5238 (patch)
treea6b0f1465c69d386697f3644a6f2596e469815e0
parent9c8ad8121e71a636aad9eae92d59f1f1314ebcfd (diff)
Don't build docs for dependencies
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d512b94..563aab0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -50,4 +50,4 @@ jobs:
run: cargo fmt --all -- --check
- name: Docs
- run: cargo doc
+ run: cargo doc --no-deps