diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19a411c..31b1946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ format: script: - go fmt gitlab.com/naterciom/gubgub - go vet gitlab.com/naterciom/gubgub - - go test -race gitlab.com/naterciom/gubgub + - go test -race -cover gitlab.com/naterciom/gubgub