summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSmolevich <[email protected]>2019-11-11 08:16:03 +0300
committerSmolevich <[email protected]>2019-11-11 08:16:03 +0300
commitf03015ab9ecc95fbd06c8f9fe33f3d9f28a53422 (patch)
tree824dbdc2e377278f0c7a08e35f52d8853ae953a0
parent7563767d8c66a22e935aa4411bc1960504968fe2 (diff)
Remove line
-rw-r--r--.github/workflows/ci-build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index e3a90392..586bb264 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -58,7 +58,6 @@ 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