diff options
author | Valery Piashchynski <[email protected]> | 2021-06-16 14:26:57 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-16 14:26:57 +0300 |
commit | 8220151b6356488b8ef87fa52b14d2178a4e612d (patch) | |
tree | 08594803f3e3f4c4a63197e12bd4d3384375679f /.github/workflows/linux.yml | |
parent | e400e1db79b1b173458dec90eeb59ebf3c0e7c37 (diff) |
- Type in the GHA
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index acde0901..69269557 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -92,7 +92,7 @@ jobs: go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/rpc.txt -covermode=atomic ./tests/plugins/rpc go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/kv_plugin.txt -covermode=atomic ./tests/plugins/kv go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/websockets.txt -covermode=atomic ./tests/plugins/websockets - go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage/ws_origin.txt -covermode=atomic ./plugins/websockets + go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/ws_origin.txt -covermode=atomic ./plugins/websockets docker-compose -f ./tests/docker-compose.yaml down cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt |