fixup
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
96c209de7b
commit
fe8b5549b9
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
@ -34,7 +34,10 @@ jobs:
|
|||||||
path: micro-tests
|
path: micro-tests
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: micro deps
|
- 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
|
- name: micro test
|
||||||
env:
|
env:
|
||||||
INTEGRATION_TESTS: yes
|
INTEGRATION_TESTS: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user