Skip to content

Commit

Permalink
Exclude vortex-array from miri (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Jan 9, 2025
1 parent 22fb26c commit 7c43675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
with:
tool: nextest
- name: Run tests with Miri
run: cargo miri nextest run --no-fail-fast --workspace --exclude vortex-file --exclude vortex-layout --exclude vortex-sampling-compressor --exclude vortex-fsst
run: cargo miri nextest run --no-fail-fast --workspace --exclude vortex-file --exclude vortex-layout --exclude vortex-sampling-compressor --exclude vortex-fsst --exclude vortex-array --exclude vortex-dtype --exclude vortex-expr --exclude vortex-scalar

bench-test:
name: "bench test"
Expand Down

0 comments on commit 7c43675

Please sign in to comment.