move to micro v4
All checks were successful
test / test (push) Successful in 2m40s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:27:10 +03:00
parent e1910a89f9
commit ecb5b7c086
7 changed files with 39 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: |
go work init
go work use .
go work use micro-tests
go work use micro-tests
- name: setup deps
env:
GOWORK: /workspace/${{ github.repository_owner }}/go.work
@@ -50,4 +50,4 @@ jobs:
GOWORK: /workspace/${{ github.repository_owner }}/go.work
run: |
cd micro-tests
go test -mod readonly -v ./... || true
go test -mod readonly -v ./... || true