diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4140a845ba..a9070c9a04 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,6 +31,9 @@ jobs: - name: Test run: go test -v $(go list ./... | grep -v gpu | grep -v xyz | grep -v system) -coverprofile cover.out -timeout 30s + - name: Build Docs test + run: core build web -dir docs -o static + - name: Update coverage report uses: ncruces/go-coverage-report@v0 with: