diff options
Diffstat (limited to 'vendor/gopkg.in/sourcemap.v1/Makefile')
-rw-r--r-- | vendor/gopkg.in/sourcemap.v1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/gopkg.in/sourcemap.v1/Makefile b/vendor/gopkg.in/sourcemap.v1/Makefile index 08381f928..161c4fd0f 100644 --- a/vendor/gopkg.in/sourcemap.v1/Makefile +++ b/vendor/gopkg.in/sourcemap.v1/Makefile @@ -1,3 +1,4 @@ all: - go test ./... -test.v -test.cpu=1,2,4 - go test ./... -test.v -test.short -test.race + go test ./... + go test ./... -short -race + go vet |