add micro-tests trigger
All checks were successful
test / test (pull_request) Successful in 36s
lint / lint (pull_request) Successful in 44s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 17:36:23 +03:00
parent f430f97a97
commit 2cb7200467

View File

@ -34,8 +34,10 @@ jobs:
cache-dependency-path: "**/*.sum" cache-dependency-path: "**/*.sum"
go-version: 'stable' go-version: 'stable'
- name: go work - name: go work
env:
GOWORK=${{ github.workspace }}/go.work
run: | run: |
pushd && go work init && popd go work init
ls | grep -v go | xargs go work use ls | grep -v go | xargs go work use
- name: deps - name: deps
run: go get -v ./... run: go get -v ./...