summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSmolevich <[email protected]>2019-11-11 07:58:19 +0300
committerSmolevich <[email protected]>2019-11-11 07:58:19 +0300
commit7563767d8c66a22e935aa4411bc1960504968fe2 (patch)
tree8ade6fdda48839671d961a5304531f425838342e /.github/workflows
parent4be6d7d7cf71f1a75b67fd1d8009a994078f47e0 (diff)
Update ci file and rename
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-build.yml (renamed from .github/workflows/blank.yml)1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/blank.yml b/.github/workflows/ci-build.yml
index 586bb264..e3a90392 100644
--- a/.github/workflows/blank.yml
+++ b/.github/workflows/ci-build.yml
@@ -58,6 +58,7 @@ jobs:
- name: Run golang tests
run: |
+ go env
go test -race -v -coverprofile=lib.txt -covermode=atomic
go test ./util -race -v -coverprofile=util.txt -covermode=atomic
go test ./service -race -v -coverprofile=service.txt -covermode=atomic