From 07f7a91849a6beb6afc2ea79a9fbc668bee2a5a3 Mon Sep 17 00:00:00 2001 From: Pierre Mdawar Date: Wed, 27 Dec 2023 11:32:50 +0200 Subject: [PATCH] Added tests workflow badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 602a9c5..787b294 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/mdawar/xmap.svg)](https://pkg.go.dev/github.com/mdawar/xmap) [![Go Report Card](https://goreportcard.com/badge/github.com/mdawar/xmap)](https://goreportcard.com/report/github.com/mdawar/xmap) +[![Go Tests](https://github.com/mdawar/xmap/actions/workflows/go.yml/badge.svg?branch=main&event=push)](https://github.com/mdawar/xmap/actions) A generic and thread-safe Go map with automatic key expiration.