Skip to content

Commit a37cc07

Browse files
committed
🧑‍💻 🔥 remove docs CI
1 parent 076bf48 commit a37cc07

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/rust.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,6 @@ jobs:
3333
- name: Build
3434
run: cargo build --verbose
3535

36-
doc:
37-
name: doc
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v4
41-
- name: Install Rust ${{ env.rust_nightly }}
42-
uses: dtolnay/rust-toolchain@stable
43-
with:
44-
toolchain: ${{ env.rust_min }}
45-
- uses: Swatinem/rust-cache@v2
46-
- name: "doc --lib --all-features"
47-
run: |
48-
cargo doc --lib --no-deps --all-features --document-private-items
49-
env:
50-
RUSTDOCFLAGS: -Dwarnings
51-
5236
test:
5337
name: test
5438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)