summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-06-23 05:34:42 +0100
committerDan Davison <dandavison7@gmail.com>2021-06-23 05:34:42 +0100
commit4f66b7dc2d2ce36b37a798e244f54cd4b7763898 (patch)
tree26984eb1d338e2df542c81b272cb4bc0d75f133b
parent3bd2e98f88ccdf79696eecca9430db780da344cd (diff)
Disable docs CI check
Delta doesn't really have proper doc-oriented comments yet.
-rw-r--r--.github/workflows/ci.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7f3320f7..c78ae786 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -109,26 +109,6 @@ jobs:
command: clippy
args: -- -D warnings
- docs:
- name: Docs
- runs-on: ubuntu-latest
- steps:
- - name: Checkout repository
- uses: actions/checkout@v2
- - name: Install Rust
- uses: actions-rs/toolchain@v1
- with:
- toolchain: stable
- profile: minimal
- override: true
- - name: Check documentation
- env:
- RUSTDOCFLAGS: -D warnings
- uses: actions-rs/cargo@v1
- with:
- command: doc
- args: --no-deps --document-private-items
-
coverage:
name: Code coverage
runs-on: ubuntu-latest