Skip to content

Commit b5efc03

Browse files
committed
TEST: Build docs for the current crate only in ci
1 parent 83bf216 commit b5efc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Tests
3838
run: |
3939
cargo build --verbose --features "${{ matrix.features }}"
40-
cargo doc --verbose --features "${{ matrix.features }}"
40+
cargo doc --verbose --features "${{ matrix.features }}" --no-deps
4141
cargo test --verbose --features "${{ matrix.features }}"
4242
cargo test --release --verbose --features "${{ matrix.features }}"
4343
- name: Test run benchmarks

0 commit comments

Comments
 (0)