Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove -asan for now
Browse files Browse the repository at this point in the history
zeroshade committed Aug 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9aeba9d commit e3ab876
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
@@ -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

0 comments on commit e3ab876

Please sign in to comment.