Add a status badge of GitHub Actions

This commit is contained in:
moznion
2020-12-10 01:31:09 +09:00
parent a539c7a903
commit fac7fceaf9
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
check: test lint
test:
cargo test

View File

@@ -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.