diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b7af7ad..c632d4d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: oldstable + cache: true - name: Build run: go build -v -tags dev ./... @@ -26,7 +27,8 @@ jobs: run: go test -v ./... - name: Update coverage badge - uses: ncruces/go-coverage-report@v0.1.0 + uses: ncruces/go-coverage-report@v0.1.2 + continue-on-error: true macos: runs-on: macos-latest @@ -37,6 +39,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: oldstable + cache: true - name: Build run: go build -v ./... @@ -53,9 +56,10 @@ jobs: uses: actions/setup-go@v3 with: go-version: oldstable + cache: true - name: Build run: go build -v ./... - name: Test - run: go test -v -short ./... \ No newline at end of file + run: go test -v -short ./...