Skip to content

Commit

Permalink
run build docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 25, 2024
1 parent af671fb commit a391358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a391358

Please sign in to comment.