Skip to content

Commit 6872c21

Browse files
committed
Exclude optix crates
1 parent 176c966 commit 6872c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ jobs:
148148
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
149149
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
150150
# Run the tests, but point at a config that sets the runner to our test runner.
151-
run: cargo --config .ci/config.toml test --workspace
151+
run: cargo --config .ci/config.toml test --workspace --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*"

0 commit comments

Comments
 (0)