From 10f47c33352e59818edfcfb45e3459960d9ce13e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 7 Mar 2024 20:50:37 +0100 Subject: [PATCH] Update README.md Adding test badge. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e96fd70..4a265dc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Thalos +[![Test](https://github.com/eosswedenorg/thalos/actions/workflows/test.yml/badge.svg)](https://github.com/eosswedenorg/thalos/actions/workflows/test.yml) + Thalos is a application that makes it easy for users to stream blockchain data from an Antelope SHIP node. Consult the [documentation](https://thalos.waxsweden.org/docs) for more information. @@ -21,4 +23,4 @@ $ go build -o build/thalos-server cmd/thalos/*.go ``` ## Author -Henrik Hautakoski - [henrik@eossweden.org](mailto:henrik@eossweden.org) \ No newline at end of file +Henrik Hautakoski - [henrik@eossweden.org](mailto:henrik@eossweden.org)