diff options
author | Smolevich <[email protected]> | 2019-11-11 08:16:03 +0300 |
---|---|---|
committer | Smolevich <[email protected]> | 2019-11-11 08:16:03 +0300 |
commit | f03015ab9ecc95fbd06c8f9fe33f3d9f28a53422 (patch) | |
tree | 824dbdc2e377278f0c7a08e35f52d8853ae953a0 /.github | |
parent | 7563767d8c66a22e935aa4411bc1960504968fe2 (diff) |
Remove line
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 1 |
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 |