diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index 3bd1cb2..5e30ea5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: [push, pull_request] diff --git a/README.md b/README.md index e63e771..f3c9fcb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cacache +# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.