git » dnss » commit 1427d9a

README: Update badge for the CI tests

author Alberto Bertogli
2023-05-24 21:40:10 UTC
committer Alberto Bertogli
2023-05-24 21:40:10 UTC
parent 1865c0289a84f64df1d0890a6e0957a2674db6a7

README: Update badge for the CI tests

The current one isn't working (always shows "pending"), so change it to
the GitHub "tests" workflow, which runs all the tests.

README.md +1 -1

diff --git a/README.md b/README.md
index c57102f..dec08a2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ on laptops and small/home networks.
 
 It can also act as a DoH server, in case you want end to end control.
 
-[![Tests Status](https://img.shields.io/github/checks-status/albertito/dnss/master)](https://github.com/albertito/dnss/actions)
+[![Tests status](https://github.com/albertito/dnss/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/albertito/dnss/actions)
 [![Go Report Card](https://goreportcard.com/badge/github.com/albertito/dnss)](https://goreportcard.com/report/github.com/albertito/dnss)