Skip to content

Commit d98089d

Browse files
committed
Exclude blastoff for now
1 parent 1c558b2 commit d98089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ jobs:
160160
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
161161
run: |
162162
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*"
163+
cargo --config .ci/config.toml test --workspace --exclude "optix*" --exclude "path_tracer" --exclude "denoiser" --exclude "ex*" --exclude "cudnn*" --exclude "blastoff"

0 commit comments

Comments
 (0)