From 833ec8956f711f7340485598f7ee7c18e930662e Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 9 Dec 2019 11:16:12 -0400 Subject: [PATCH] update and fmt config.yml, add go test support --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7735ceb..5c91bdf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,12 +10,12 @@ 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 github.com/go-vgo/robotgo # - run: go get -u golang.org/x/sys/unix # - run: go get -u github.com/shirou/gopsutil - run: go get -v -t -d ./... - - run: go test -v ./... + - run: xvfb-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)