We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc01d6b commit b2d0269Copy full SHA for b2d0269
1 file changed
.github/workflows/rust-instrumented.yml
@@ -144,8 +144,8 @@ jobs:
144
- name: Run tests with sanitizer
145
run: |
146
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 \
+ cargo +$NIGHTLY_TOOLCHAIN nextest run --locked --all-features --no-fail-fast \
+ --target x86_64-unknown-linux-gnu -Zbuild-std \
149
-p vortex-buffer -p vortex-fastlanes -p vortex-fsst -p vortex-alp -p vortex-array
150
151
# vortex-ffi requires --no-default-features as otherwise we pull in
0 commit comments