diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 743f4023..e29297ab 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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