Skip to content

Commit a324c68

Browse files
authored
Add test badge to README (#35)
Signed-off-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
1 parent a5c8296 commit a324c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Retry
22

3-
[![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/mod/github.com/sethvargo/go-retry)
3+
[![Test](https://github.com/sethvargo/go-retry/actions/workflows/test.yml/badge.svg)](https://github.com/sethvargo/go-retry/actions/workflows/test.yml)[![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/mod/github.com/sethvargo/go-retry)
44

55
Retry is a Go library for facilitating retry logic and backoff. It's highly
66
extensible with full control over how and when retries occur. You can also write

0 commit comments

Comments
 (0)