micro-tests #372
| @@ -35,21 +35,21 @@ jobs: | |||||||
|         go-version: 'stable' |         go-version: 'stable' | ||||||
|     - name: setup go work |     - name: setup go work | ||||||
|       env: |       env: | ||||||
|         GOWORK: ${{ github.workspace }}/go.work |         GOWORK: ${{ github.workspace }}/../go.work | ||||||
|       run: | |       run: | | ||||||
|         cd ../ |         cd ../ | ||||||
|         go work init |         go work init | ||||||
|         ls | grep -v go | xargs go work use |         ls | grep -v go | xargs go work use | ||||||
|         cat ${{ github.workspace }}/go.work |         cat ${{ github.workspace }}/../go.work | ||||||
|         go env |         go env | ||||||
|     - name: setup deps |     - name: setup deps | ||||||
|       env: |       env: | ||||||
|         GOWORK: ${{ github.workspace }}/go.work |         GOWORK: ${{ github.workspace }}/../go.work | ||||||
|       run: go get -v ./... |       run: go get -v ./... | ||||||
|     - name: run tests |     - name: run tests | ||||||
|       env: |       env: | ||||||
|         INTEGRATION_TESTS: yes |         INTEGRATION_TESTS: yes | ||||||
|         GOWORK: ${{ github.workspace }}/go.work |         GOWORK: ${{ github.workspace }}/../go.work | ||||||
|       run: | |       run: | | ||||||
|         cd micro-tests |         cd micro-tests | ||||||
|         go test -mod readonly -v ./... |         go test -mod readonly -v ./... | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user