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 0d01f1b commit 1a30c61Copy full SHA for 1a30c61
.github/workflows/ci_linux.yml
@@ -160,7 +160,7 @@ 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 "add" --exclude "ex*"
+ cargo --config .ci/config.toml test --workspace --exclude "optix*" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*"
164
compiletest:
165
name: Compile tests
166
runs-on: ubuntu-latest
0 commit comments