From 172f0885e321f94f2514a1b49e7d436f2a62504f Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 12 Dec 2019 13:23:25 -0400 Subject: [PATCH] update and fmt circle.yml --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 7570316..04110ab 100644 --- a/circle.yml +++ b/circle.yml @@ -10,10 +10,10 @@ jobs: - checkout # specify any bash command here prefixed with `run: ` # override: - # './...' is a relative pattern which means all subdirectories + # './...' is a relative pattern which means all subdirectories # - run: go get -u golang.org/x/sys/unix - run: go get -v -t -d ./... - - run: go test -v ./... + - run: go test -v ./... # codecov.io # - run: go test -v -covermode=count -coverprofile=coverage.out - # - run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file + # - run: bash <(curl -s https://codecov.io/bash)