micro-tests #372
| @@ -38,12 +38,10 @@ jobs: | |||||||
|     - name: workflow |     - name: workflow | ||||||
|       run: | |       run: | | ||||||
|         cd ../ |         cd ../ | ||||||
|         go work init |         ls | grep -v go | xargs go work init | ||||||
|         go work use $(ls | grep -v go) |  | ||||||
|     - name: test |     - name: test | ||||||
|       env: |       env: | ||||||
|         INTEGRATION_TESTS: yes |         INTEGRATION_TESTS: yes | ||||||
|       run: | |       run: | | ||||||
|         cd micro-tests |         cd micro-tests | ||||||
|         cat ../go.work |  | ||||||
|         go test -mod readonly -v ./... |         go test -mod readonly -v ./... | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user