From 7db7842f81c196ea104eb4edaaf51b7dca11226d Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Sat, 11 Apr 2020 22:52:29 +0100 Subject: [PATCH] go test wildcard --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a6b3b1..894004a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - "1.14" script: - - go test -race -coverprofile=coverage.txt -covermode=atomic + - go test -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)