Commit 01942510 authored by Kirill Smelkov's avatar Kirill Smelkov

X make sure to disable Cgo

parent 13f08f3e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
export GOTRACEBACK=crash export GOTRACEBACK=crash
ulimit -c unlimited ulimit -c unlimited
go test -mod=vendor -c CGO_ENABLED=0 go test -mod=vendor -c
#export DBTail_SEED=1602769537289632682 #export DBTail_SEED=1602769537289632682
cwd=$(pwd) cwd=$(pwd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment