Skip to content

Commit

Permalink
ci: go test: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Sep 3, 2023
1 parent 0800fa7 commit e062d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: test
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ See the example here:

[charts/rickshaw/examples/report.go](charts/rickshaw/examples/report.go)

[build-status-svg]: https://github.com/grokify/gocharts/workflows/build/badge.svg
[build-status-url]: https://github.com/grokify/gocharts/actions/workflows/build.yaml
[build-status-svg]: https://github.com/grokify/gocharts/workflows/test/badge.svg
[build-status-url]: https://github.com/grokify/gocharts/actions/workflows/test.yaml
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/gocharts
[goreport-url]: https://goreportcard.com/report/github.com/grokify/gocharts
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/gocharts
Expand Down

0 comments on commit e062d6e

Please sign in to comment.