diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 91% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index b08880d..9fa9ee1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: push: @@ -15,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: arduino/setup-protoc@v2 - name: Build run: cargo build --verbose - name: Tests diff --git a/README.md b/README.md index 73b2504..590c078 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ordinal Crypto 🔐 -![ci](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/rust.yml/badge.svg) +[![ci](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/ci.yml/badge.svg)](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/ordinal_crypto.svg)](https://crates.io/crates/ordinal_crypto) [![docs.rs](https://docs.rs/ordinal_crypto/badge.svg)](https://docs.rs/ordinal_crypto/) [![license](https://img.shields.io/github/license/ordinarylabs/ordinal-crypto.svg)](https://github.com/ordinarylabs/ordinal-crypto/blob/main/LICENSE)