From 735947f297bc3eb934af90f6d70ef97bb0b0a0c7 Mon Sep 17 00:00:00 2001 From: Patrick Recher <3500621+patte@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:43:26 +0100 Subject: [PATCH] docs: add actions badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98dde3c..113b9d4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ (tokio-)rusqlite session store for tower-sessions.

+[![tests](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml/badge.svg)](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml) + + ## Overview This is a `SessionStore` for the [`tower-sessions`](https://github.com/maxcountryman/tower-sessions) middleware which uses [tokio-rusqlite](https://github.com/programatik29/tokio-rusqlite) for handling SQLite databases.