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 6872c21 commit 117a6cbCopy full SHA for 117a6cb
.github/workflows/rust.yml
@@ -148,4 +148,4 @@ jobs:
148
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
149
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
150
# 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*"
+ run: cargo --config .ci/config.toml test --workspace --workspace --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"
0 commit comments