From 142f37f1bd0291f74e12002931d05174f3a31741 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:13:28 +0200 Subject: upstep bun version (#243) --- vendor/github.com/uptrace/bun/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/github.com/uptrace/bun/Makefile') diff --git a/vendor/github.com/uptrace/bun/Makefile b/vendor/github.com/uptrace/bun/Makefile index 54744c617..e121c1d8e 100644 --- a/vendor/github.com/uptrace/bun/Makefile +++ b/vendor/github.com/uptrace/bun/Makefile @@ -4,7 +4,8 @@ test: set -e; for dir in $(ALL_GO_MOD_DIRS); do \ echo "go test in $${dir}"; \ (cd "$${dir}" && \ - go test ./... && \ + go test && \ + env GOOS=linux GOARCH=386 go test && \ go vet); \ done -- cgit v1.3