Skip to content

Commit 58ee34a

Browse files
nnethercoteLegNeato
authored andcommitted
Include cust_raw in cargo doc testing on CI.
Now that all the warnings have been fixed.
1 parent b857de6 commit 58ee34a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ jobs:
168168
run: |
169169
docker exec "$CONTAINER_NAME" bash -lc 'set -euo pipefail
170170
export RUSTDOCFLAGS=-Dwarnings
171-
cargo doc --workspace --all-features --document-private-items --no-deps \
172-
--exclude cust_raw
171+
cargo doc --workspace --all-features --document-private-items --no-deps
173172
'
174173
175174
- name: Normalize build artifacts ownership

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Check documentation
111111
env:
112112
RUSTDOCFLAGS: -Dwarnings
113-
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude cudnn --exclude cudnn-sys --exclude cust_raw
113+
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude cudnn --exclude cudnn-sys
114114

115115
# Disabled due to dll issues, someone with Windows knowledge needed
116116
# - name: Compiletest

0 commit comments

Comments
 (0)