micro-tests #372
| @@ -19,9 +19,10 @@ jobs: | |||||||
|     - name: setup-go |     - name: setup-go | ||||||
|       uses: actions/setup-go@v5 |       uses: actions/setup-go@v5 | ||||||
|       with: |       with: | ||||||
|  |         cache-dependency-path: "**/*.sum" | ||||||
|         go-version: 'stable'  |         go-version: 'stable'  | ||||||
|     - name: deps |     - name: deps | ||||||
|       run: go get -v -d ./... |       run: go get -v ./... | ||||||
|     - name: lint |     - name: lint | ||||||
|       uses: https://github.com/golangci/golangci-lint-action@v6 |       uses: https://github.com/golangci/golangci-lint-action@v6 | ||||||
|       with: |       with: | ||||||
|   | |||||||
| @@ -24,9 +24,10 @@ jobs: | |||||||
|     - name: setup-go |     - name: setup-go | ||||||
|       uses: actions/setup-go@v5 |       uses: actions/setup-go@v5 | ||||||
|       with: |       with: | ||||||
|  |         cache-dependency-path: "**/*.sum" | ||||||
|         go-version: 'stable' |         go-version: 'stable' | ||||||
|     - name: deps |     - name: deps | ||||||
|       run: go get -v -d ./... |       run: go get -v ./... | ||||||
|     - name: test |     - name: test | ||||||
|       env: |       env: | ||||||
|         INTEGRATION_TESTS: yes |         INTEGRATION_TESTS: yes | ||||||
|   | |||||||
| @@ -31,14 +31,15 @@ jobs: | |||||||
|     - name: setup-go |     - name: setup-go | ||||||
|       uses: actions/setup-go@v5 |       uses: actions/setup-go@v5 | ||||||
|       with: |       with: | ||||||
|  |         cache-dependency-path: "**/*.sum" | ||||||
|         go-version: 'stable' |         go-version: 'stable' | ||||||
|     - name: deps |     - name: deps | ||||||
|       run: go get -v -d ./... |       run: go get -v ./... | ||||||
|     - name: workflow |     - name: workflow | ||||||
|       run: | |       run: | | ||||||
|         cd ../ |         cd ../ | ||||||
|         go work init |         go work init | ||||||
|         go work use * |         go work use $(ls | grep -v go) | ||||||
|     - name: test |     - name: test | ||||||
|       env: |       env: | ||||||
|         INTEGRATION_TESTS: yes |         INTEGRATION_TESTS: yes | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user