diff options
author | Valery Piashchynski <[email protected]> | 2021-12-26 01:02:46 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-26 01:02:46 +0300 |
commit | 7b5d220f0f1be155d83d887cd4996bdf4394c570 (patch) | |
tree | 129d9d1fd1d2803712fa4b0f05d5cfbf466d10e3 /.github/workflows/linters.yml | |
parent | 9cbb6be27ca0bd56eaa6db9a875830a8ce6110e8 (diff) | |
parent | b27b2a1c9030f38e729e6e2d411379047c28402e (diff) |
[#881]: feat(logger): implement common loggerv2.7.0-beta.1
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0c7620d8..ba6d0b9f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -15,4 +15,4 @@ jobs: with: version: v1.43 # without patch version only-new-issues: false # show only new issues if it's a pull request - args: --timeout=10m + args: --timeout=10m --build-tags=race |