diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 16a3f72c..33614936 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -10,7 +10,7 @@ on: branches: [ master ] jobs: - Test: + UnitTest: runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 773f278b..9491ac24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🔦 yolov5rt - YOLOv5 Runtime Stack -[![CI testing](https://github.com/zhiqwang/yolov5-rt-stack/workflows/CI%20tesing/badge.svg)](https://github.com/zhiqwang/yolov5-rt-stack/actions?query=workflow%3A%22CI+testing%22) [![codecov](https://codecov.io/gh/zhiqwang/yolov5-rt-stack/branch/master/graph/badge.svg?token=1GX96EA72Y)](https://codecov.io/gh/zhiqwang/yolov5-rt-stack) +[![CI testing](https://github.com/zhiqwang/yolov5-rt-stack/workflows/CI%20testing/badge.svg)](https://github.com/zhiqwang/yolov5-rt-stack/actions?query=workflow%3A%22CI+testing%22) [![codecov](https://codecov.io/gh/zhiqwang/yolov5-rt-stack/branch/master/graph/badge.svg?token=1GX96EA72Y)](https://codecov.io/gh/zhiqwang/yolov5-rt-stack) **Note:** The master branch is not stable, please use [release/0.2.0](https://github.com/zhiqwang/yolov5-rt-stack/tree/release/v0.2.0) now.