Skip to content

Commit

Permalink
Turn off go work when run go test (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 authored Jan 24, 2024
1 parent aaab69d commit 61a8d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ build:
go build $(BUILD_FLAGS) -o bin/feeappd ./cmd/feeappd

test:
go test -race -v ./...
@GOWORK=off go test -race -v ./...

docker-build-debug:
@DOCKER_BUILDKIT=1 docker build -t feeapp:debug -f Dockerfile .
Expand Down

0 comments on commit 61a8d05

Please sign in to comment.