Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
pipeline: use -mod=vendor for tests (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment authored Jul 22, 2019
1 parent be8a425 commit f7b1afb
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 @@ -8,7 +8,7 @@ VERSION := $(shell git describe --tags --always --dirty="-dev")
LDFLAGS := -ldflags='-X "main.Version=$(VERSION)"'

test:
GO111MODULE=on go test -v ./...
GO111MODULE=on go test -mod=vendor -v ./...

all: dist/aws-okta-$(VERSION)-darwin-amd64 dist/aws-okta-$(VERSION)-linux-amd64

Expand Down

0 comments on commit f7b1afb

Please sign in to comment.