docs: change CI badge name

This commit is contained in:
Vincent Herlemont
2023-09-02 14:11:55 +02:00
parent c1b0a6f917
commit 9ab3fdae5a
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
name: Linux/Windows/macOS (Build/Test/Release)
name: Build Test Release
on:
push:
+1 -1
View File
@@ -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)