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 1c558b2 commit d98089dCopy full SHA for d98089d
.github/workflows/ci_linux.yml
@@ -160,4 +160,4 @@ jobs:
160
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
161
run: |
162
export PATH="$PATH:$GITHUB_WORKSPACE/.ci"
163
- cargo --config .ci/config.toml test --workspace --exclude "optix*" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
+ cargo --config .ci/config.toml test --workspace --exclude "optix*" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*" --exclude "blastoff"
0 commit comments