Skip to content

Commit 6a7e4b7

Browse files
committed
chore(ci): remove duplicate test for docs
1 parent 0bf6f01 commit 6a7e4b7

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/rustdoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
name: Rustdoc
99

1010
jobs:
11-
publish:
12-
name: Publish
11+
rustdoc:
12+
name: Rustdoc
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout sources

.github/workflows/rustlib.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,6 @@ on:
99
name: Library testing
1010

1111
jobs:
12-
rustdoc:
13-
name: Rustdoc
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Checkout sources
17-
uses: actions/checkout@v5
18-
19-
- name: Install nightly toolchain
20-
uses: dtolnay/rust-toolchain@nightly
21-
22-
- name: Cache dependencies
23-
uses: Swatinem/rust-cache@v2
24-
25-
- name: Check rustdoc build
26-
run: RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features -Zunstable-options -Zrustdoc-scrape-examples
27-
2812
test:
2913
name: Test
3014
strategy:

0 commit comments

Comments
 (0)