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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 18:06:17 +03:00
parent 7b6aea235a
commit 675e717410

View File

@ -40,6 +40,7 @@ jobs:
cd ../ cd ../
go work init go work init
ls | grep -v go | xargs go work use ls | grep -v go | xargs go work use
cat go.work
- name: setup deps - name: setup deps
env: env:
GOWORK: ${{ github.workspace }}/go.work GOWORK: ${{ github.workspace }}/go.work