add github stuff

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-06 15:21:15 +03:00
parent 5f5f41c2af
commit 5c279956f5
10 changed files with 2 additions and 158 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: test
env:
INTEGRATION_TESTS: yes
run: go test -mod readonly ./...
run: go test -mod readonly -v ./...
lint:
name: lint
runs-on: ubuntu-latest