Skip to content

Commit 117a6cb

Browse files
committed
Make excludes match exactly
1 parent 6872c21 commit 117a6cb

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 --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*"
151+
run: cargo --config .ci/config.toml test --workspace --workspace --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"

0 commit comments

Comments
 (0)