File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,17 @@ jobs:
8080 - name : Rustfmt
8181 run : cargo fmt --all -- --check
8282
83- - name : Clippy
84- env :
85- RUSTFLAGS : -Dwarnings
86- run : cargo clippy --workspace --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
87-
8883 - name : Build all bindings
8984 run : cargo build --all-features -p cust_raw
9085
9186 - name : Build workspace
9287 run : cargo build --workspace --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
9388
89+ - name : Clippy
90+ env :
91+ RUSTFLAGS : -Dwarnings
92+ run : cargo clippy --workspace --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
93+
9494 - name : Check documentation
9595 env :
9696 RUSTDOCFLAGS : -Dwarnings
You can’t perform that action at this time.
0 commit comments