From fac7fceaf9acddb1f2e19a83cb0dc962a17bb270 Mon Sep 17 00:00:00 2001 From: moznion Date: Thu, 10 Dec 2020 01:31:09 +0900 Subject: [PATCH] Add a status badge of GitHub Actions --- Makefile | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc7a7ad..1f64995 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +check: test lint + test: cargo test diff --git a/README.md b/README.md index d9b78d9..7a4a96e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# radius-rs +# radius-rs ![Check](https://github.com/moznion/radius-rs/workflows/Check/badge.svg) An async/await native implementation of the RADIUS server and client for Rust.