From 1427f50bb403bedfc6347cd675f47f3aaf001088 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 7 Feb 2023 19:10:49 +0000 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ./...