We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc7aa2 commit 2e499e8Copy full SHA for 2e499e8
.github/workflows/ci_linux.yml
@@ -163,7 +163,6 @@ jobs:
163
--exclude cust
164
'
165
166
- # Exclude cust_raw because it triggers hundreds of warnings.
167
- name: Check documentation
168
run: |
169
docker exec "$CONTAINER_NAME" bash -lc 'set -euo pipefail
.github/workflows/ci_windows.yml
@@ -106,7 +106,6 @@ jobs:
106
run: cargo test --workspace --exclude blastoff --exclude cudnn --exclude cudnn-sys --exclude cust
107
108
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
109
110
111
env:
112
RUSTDOCFLAGS: -Dwarnings
0 commit comments