From 2df2b3c365a0309ae5ea776bc24875ff8a995372 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Wed, 9 Sep 2020 10:59:40 +0100 Subject: [PATCH] Add CI badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d440c3b..cf91f73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ - # Integer square root This module contains the single trait `IntegerSquareRoot` and implements it for primitive integer types. +![ci badge](https://github.com/derekdreery/integer-sqrt-rs/workflows/Continuous%20integration/badge.svg) + ## Example ```rust