From c4e03350f3d11fc6e18ae9058b58ed217d5ad38c Mon Sep 17 00:00:00 2001 From: Kian Kasad Date: Mon, 3 Jun 2024 14:20:22 -0700 Subject: [PATCH] Add CI status badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bb8d3f..0e879fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Numbrs +[![Run tests](https://github.com/kdkasad/numbrs/actions/workflows/test.yml/badge.svg)](https://github.com/kdkasad/numbrs/actions/workflows/test.yml) + A text-based calculator written in Rust. Numbrs consists of both a library and a binary crate.