diff options
author | Valery Piashchynski <[email protected]> | 2020-03-21 01:10:43 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-21 01:10:43 +0300 |
commit | a3f07d7bc55031cacccfd3dcbdf93d7e53d3479c (patch) | |
tree | 92f4aaf0ee8855385780d4e6d35adca44634eba0 /.github | |
parent | 214a619cd5daffb121392fdd5abfad08bea640a9 (diff) |
go 1.14 vendor update (GHA)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f308969f..7bf9c77e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -68,6 +68,8 @@ jobs: - name: Run golang tests run: | + go mod vendor + composer update 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 |