Skip to content

Commit

Permalink
Added workflow status labels
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Oct 21, 2024
1 parent 93c4e4a commit 1767cf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile and Run
name: CPP Tests
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile and Run
name: C Tests
on:
workflow_dispatch:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CMSIS-DSP

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ARM-software/CMSIS-DSP?include_prereleases) ![GitHub](https://img.shields.io/github/license/ARM-software/CMSIS-DSP)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ARM-software/CMSIS-DSP?include_prereleases) ![GitHub](https://img.shields.io/github/license/ARM-software/CMSIS-DSP)

![C test status](https://github.com/ARM-software/CMSIS-DSP/actions/workflows/runtest.yaml/badge.svg) ![CPP test status](https://github.com/ARM-software/CMSIS-DSP/actions/workflows/runcpptest.yaml/badge.svg)

## About

Expand Down

0 comments on commit 1767cf1

Please sign in to comment.