summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorSmolevich <[email protected]>2019-11-13 00:04:22 +0300
committerSmolevich <[email protected]>2019-11-13 00:04:22 +0300
commitd2781e04318726d8b9fb1ad9903d58b1ab3eb741 (patch)
tree9f7c65008ddcda2fe7911d71a58b9237d3fe5270 /.github/workflows/ci-build.yml
parentf03015ab9ecc95fbd06c8f9fe33f3d9f28a53422 (diff)
Fix incorrect name for flag
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 586bb264..e3392357 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -66,7 +66,7 @@ jobs:
go test ./service/http -race -v -coverprofile=http.txt -covermode=atomic
go test ./service/static -race -v -coverprofile=static.txt -covermode=atomic
go test ./service/limit -race -v -coverprofile=limit.txt -covermode=atomic
- go test ./service/headers -race -v -coverprofilevers=headers.txt -covermode=atomic
+ go test ./service/headers -race -v -coverprofile=headers.txt -covermode=atomic
go test ./service/metrics -race -v -coverprofile=metrics.txt -covermode=atomic
go test ./service/health -race -v -coverprofile=health.txt -covermode=atomic
- name: Run code coverage