Skip to content

Commit

Permalink
Add a workaround for tests panic in Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 3, 2020
1 parent 67aa7af commit 30a16fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ DOCKER_IMAGE?=skywire-runner # docker image to use for running skywire-visor.`go
DOCKER_NETWORK?=SKYNET
DOCKER_NODE?=SKY01
DOCKER_OPTS?=GO111MODULE=on GOOS=linux # go options for compiling for docker container
TEST_OPTS?=-race -tags no_ci -cover -timeout=5m
TEST_OPTS_NOCI?=-race -cover -timeout=5m -v
TEST_OPTS?=-race -gcflags=all=-d=checkptr=0 -tags no_ci -cover -timeout=5m
TEST_OPTS_NOCI?=-race -gcflags=all=-d=checkptr=0 -cover -timeout=5m -v

BUILDINFO_PATH := $(PROJECT_BASE)/pkg/util/buildinfo

Expand Down

0 comments on commit 30a16fd

Please sign in to comment.