Skip to content

Commit d767e10

Browse files
committed
Build tests for sanitizers
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 2f14303 commit d767e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-instrumented.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ jobs:
144144
- name: Run tests with sanitizer
145145
run: |
146146
RUSTFLAGS="${RUSTFLAGS} ${{ matrix.sanitizer_flags }}" \
147-
cargo +$NIGHTLY_TOOLCHAIN nextest run --locked --all-features \
148-
--target x86_64-unknown-linux-gnu --no-fail-fast -Zbuild-std \
147+
cargo +$NIGHTLY_TOOLCHAIN nextest run --locked --all-features --no-fail-fast \
148+
--target x86_64-unknown-linux-gnu -Zbuild-std \
149149
-p vortex-buffer -p vortex-fastlanes -p vortex-fsst -p vortex-alp -p vortex-array
150150
151151
# vortex-ffi requires --no-default-features as otherwise we pull in

0 commit comments

Comments
 (0)