diff --git a/libraries/native_model/.github/workflows/build_and_test_release.yml b/libraries/native_model/.github/workflows/build_and_test_release.yml index 2cdc77d3..14df88c9 100644 --- a/libraries/native_model/.github/workflows/build_and_test_release.yml +++ b/libraries/native_model/.github/workflows/build_and_test_release.yml @@ -1,4 +1,4 @@ -name: Linux/Windows/macOS (Build/Test/Release) +name: Build Test Release on: push: diff --git a/libraries/native_model/README.md b/libraries/native_model/README.md index 98282377..7feb0ee9 100644 --- a/libraries/native_model/README.md +++ b/libraries/native_model/README.md @@ -1,7 +1,7 @@ # Native model [![Crates.io](https://img.shields.io/crates/v/native_model)](https://crates.io/crates/native_model) -[![Linux/Windows/macOS (Build/Test/Release)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml/badge.svg)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml) +[![Build Test Release](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml/badge.svg)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml) [![Documentation](https://docs.rs/native_model/badge.svg)](https://docs.rs/native_model) [![License](https://img.shields.io/crates/l/native_model)](LICENSE)