diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
commit | 0a843b0d812d4421025b323a637e0df39d805f75 (patch) | |
tree | e99227af4518cd1584fd6995646d077f1ed688c1 /.github | |
parent | 44d0b505031e8f042783792883021f21fcba5f72 (diff) | |
parent | 337d292dd2d6ff0a555098b1970d8194d8df8bc2 (diff) |
Merge remote-tracking branch 'origin' into feat/plugins-refactor
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index be74d606..1e48bfd6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -64,6 +64,11 @@ jobs: - name: Install Go dependencies run: go mod download + - name: Install protoc + uses: arduino/setup-protoc@v1 + with: + version: '3.17.3' + - name: Run golang tests with coverage run: make test_coverage |