From 08767afa1e895e9e1047dc1465c792b92f5462cf Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Tue, 21 Dec 2021 11:07:29 +0200 Subject: [PATCH] Add ci badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab0e284..61f34e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Dragonfly +[![ci-tests](https://github.com/romange/dragonfly/actions/workflows/ci.yml/badge.svg)](https://github.com/romange/dragonfly/actions/workflows/ci.yml) + A toy memory store that supports basic commands like `SET` and `GET` for both memcached and redis protocols. In addition, it supports redis `PING` command. Demo features include: