Skip to content

Commit 390435a

Browse files
committed
docs: modify the readme file
1 parent c92a280 commit 390435a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
run: |
1515
cd rtl
1616
chmod +x scripts/install.sh
17-
make install
17+
make install
18+
chmod +x scripts/setup.sh
19+
make setup

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<h2 align="center">TreeCore CPU: A series of riscv processors written from scratch</h2>
44
</p>
55
<p align="center">
6+
<a href="https://github.com/microdynamics-cpu/tree-core-cpu/actions">
7+
<img src="https://img.shields.io/github/workflow/status/microdynamics-cpu/tree-core-cpu/unit-test/main?label=unit-test&logo=github&style=flat-square">
8+
</a>
69
<a href="./LICENSE">
710
<img src="https://img.shields.io/github/license/microdynamics-cpu/tree_core_cpu?color=brightgreen&logo=github&style=flat-square">
811
</a>

0 commit comments

Comments
 (0)