test #1

Merged
vtolstov merged 4 commits from tests into master 2020-10-30 23:52:06 +03:00
Showing only changes of commit fe8b5549b9 - Show all commits

View File

@ -34,7 +34,10 @@ jobs:
path: micro-tests
fetch-depth: 1
- name: micro deps
run: cd micro-tests && go get -v -t -d ./...
run: |
cd micro-tests
go mod edit -replace="github.com/unistack-org/micro/v3=../"
go get -v -t -d ./...
- name: micro test
env:
INTEGRATION_TESTS: yes