Skip to content

Commit

Permalink
try running memory sanitizer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Jul 10, 2024
1 parent 6ab32e1 commit 47fd692
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ while [ $# -gt 0 ]; do
find_profile
require_pg_version
$nop cargo fetch
$nop cargo test --profile $profile --features "$pg pg_test" --no-default-features
export RUSTC_BOOTSTRAP=1
export __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS=nightly
export RUSTFLAGS='-Z sanitizer=memory'
$nop cargo test -Zbuild-std --profile $profile --features "$pg pg_test" --no-default-features
;;

install)
Expand Down

0 comments on commit 47fd692

Please sign in to comment.