Skip to content

Commit

Permalink
Merge pull request #262 from cole-miller/fix-asan
Browse files Browse the repository at this point in the history
Add missing $ASAN to tests in one place
  • Loading branch information
cole-miller authored Jul 17, 2023
2 parents ea90406 + 8068bc1 commit 67cf13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/roles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
app.Close()
}
EOF
$GO build -o "$BINARY" -tags libsqlite3 "$DIR"/main.go
$GO build -o "$BINARY" -tags libsqlite3 $ASAN "$DIR"/main.go
}

start_node() {
Expand Down

0 comments on commit 67cf13d

Please sign in to comment.