docs: rename ci workflow and add status badge

This commit is contained in:
Kat Marchán 2020-04-29 19:41:57 -07:00
parent bb815f5f22
commit c248be6cc6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Rust
name: CI
on: [push, pull_request]

View File

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