Skip to content

Commit

Permalink
remove -asan for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Aug 3, 2022
1 parent 807cdf1 commit b99f9e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/go_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ set -ex

source_dir=${1}/go

testargs="-race -asan"
# when we upgrade to at least go1.18, we can add the new -asan option here
testargs="-race"
case "$(uname)" in
MINGW*)
# -asan and -race don't work on windows currently
Expand Down

0 comments on commit b99f9e1

Please sign in to comment.