Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into aduffy/proc-macro-…
Browse files Browse the repository at this point in the history
…avro
  • Loading branch information
a10y committed Jan 13, 2025
2 parents a9725e7 + 81c1011 commit 60fd946
Show file tree
Hide file tree
Showing 126 changed files with 4,739 additions and 2,615 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ concurrency:

on:
push:
branches: ["develop"]
pull_request: {}
workflow_dispatch: {}
branches: [ "develop" ]
pull_request: { }
workflow_dispatch: { }

permissions:
actions: read
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
with:
tool: nextest
- name: Run tests with Miri
run: cargo miri nextest run --no-fail-fast
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
Loading

0 comments on commit 60fd946

Please sign in to comment.