updates #207

Merged
vtolstov merged 293 commits from updates into v3 2023-03-24 00:29:35 +03:00
188 changed files with 7774 additions and 3811 deletions
Showing only changes of commit ca52973194 - Show all commits

View File

@@ -38,12 +38,10 @@ jobs:
- name: workflow
run: |
cd ../
go work init
go work use $(ls | grep -v go)
ls | grep -v go | xargs go work init
- name: test
env:
INTEGRATION_TESTS: yes
run: |
cd micro-tests
cat ../go.work
go test -mod readonly -v ./...