updates #207

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

View File

@@ -25,7 +25,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 1
filter: 'blob:none'
repository: unistack-org/micro-tests
path: micro-tests
@@ -36,8 +35,13 @@ jobs:
- name: deps
run: go get -v -d ./...
- name: workflow
run: go work init . ./micro-tests
run: |
cd ../
go work init
go work use *
- name: test
env:
INTEGRATION_TESTS: yes
run: cd micro-tests && go test -mod readonly -v ./...
run: |
cd micro-tests
go test -mod readonly -v ./...