From 5f9f9cab64b77da1b225a785f8c95824df87f6af Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Sat, 27 Apr 2024 18:42:33 +0900 Subject: [PATCH] add: test badge --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ab2533..a5e9de6 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,22 @@ Alice Novel for CLI. [code-size-badge]: https://img.shields.io/github/languages/code-size/AliceNovel/AliceConsole -| | GitHub Actions | -| ------------- | --------------- | -| Anov Syntax | [![anov-badge]][anov] | -| Alice Console | [![cli-badge]][cli] | -| CodeQL | [![codeql-badge]][codeql] | -| | [![history-badge]][anov] | +| | GitHub Actions | +| ------------------- | ------------------------- | +| Anov Syntax - Build | [![anov-badge]][anov] | +| Anov Syntax - Test | [![test-badge]][test] | +| Alice Console | [![cli-badge]][cli] | +| CodeQL | [![codeql-badge]][codeql] | +| | [![history-badge]][anov] | [anov]: https://github.com/AliceNovel/AliceConsole/actions/workflows/build.yml +[test]: https://github.com/AliceNovel/AliceConsole/actions/workflows/test.yml [cli]: https://github.com/AliceNovel/AliceConsole/actions/workflows/build-cli.yml [codeql]: https://github.com/AliceNovel/AliceConsole/actions/workflows/codeql.yml [anov-badge]: https://img.shields.io/github/actions/workflow/status/AliceNovel/AliceConsole/build.yml?label=github&logo=github&style=flat "GitHub Actions Status" +[test-badge]: https://img.shields.io/github/actions/workflow/status/AliceNovel/AliceConsole/test.yml?label=github&logo=github&style=flat "GitHub Actions Status" [cli-badge]: https://img.shields.io/github/actions/workflow/status/AliceNovel/AliceConsole/build-cli.yml?label=github&logo=github&style=flat "GitHub Actions Status" [codeql-badge]: https://img.shields.io/github/actions/workflow/status/AliceNovel/AliceConsole/codeql.yml?label=github&logo=github&style=flat "GitHub Actions Status"