Skip to content

Commit f86df6c

Browse files
committed
XXX: vecadd with cargo clippy, cargo test?
1 parent bb02e95 commit f86df6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Clippy
9595
env:
9696
RUSTFLAGS: -Dwarnings
97-
run: cargo clippy --workspace --exclude "cudnn*" --exclude "vecadd*"
97+
run: cargo clippy --workspace --exclude "cudnn*"
9898

9999
# Exclude crates with tests that require an NVIDIA GPU: blastoff, cudnn, cust.
100100
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
@@ -104,7 +104,7 @@ jobs:
104104
- name: Check documentation
105105
env:
106106
RUSTDOCFLAGS: -Dwarnings
107-
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw" --exclude "vecadd*"
107+
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw"
108108

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

0 commit comments

Comments
 (0)