diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0e2a66c..5fc0e74 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,6 +41,9 @@ jobs: ${{ runner.os }}-go-${{ matrix.go }} ${{ runner.os }}-go- + - name: Enable testcontainer reuse + run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties" + - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: