From 4fdce25a1731e7710631a41fd87c3be1db481f4b Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 19 Jul 2023 10:40:42 +0800 Subject: [PATCH] docs: update CI badge --- crates/napi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/napi/README.md b/crates/napi/README.md index 6d65de87..98550217 100644 --- a/crates/napi/README.md +++ b/crates/napi/README.md @@ -17,7 +17,7 @@ A framework for building compiled `Node.js` add-ons in `Rust` via Node-API. Webs ## Platform Support -[![macOS/Windows/Linux x64](https://github.com/napi-rs/napi-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/napi-rs/napi-rs/actions/workflows/test.yaml) +[![Test & Release](https://github.com/napi-rs/napi-rs/actions/workflows/test-release.yaml/badge.svg)](https://github.com/napi-rs/napi-rs/actions/workflows/test-release.yaml) [![FreeBSD](https://api.cirrus-ci.com/github/napi-rs/napi-rs.svg)](https://cirrus-ci.com/github/napi-rs/napi-rs?branch=main) [![Address Sanitizer](https://github.com/napi-rs/napi-rs/actions/workflows/asan.yml/badge.svg)](https://github.com/napi-rs/napi-rs/actions/workflows/asan.yml) [![Memory Leak Detect](https://github.com/napi-rs/napi-rs/actions/workflows/memory-test.yml/badge.svg)](https://github.com/napi-rs/napi-rs/actions/workflows/memory-test.yml)