Skip to content

Commit c3172c6

Browse files
committed
add: test badge
1 parent abe6da2 commit c3172c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 16-bit Virtual Machine in Rust
22

3+
[![Tests][test-badge]][test-workflow-url]
4+
5+
[test-badge]: https://github.com/LimeChain/codama-dart/actions/workflows/main.yml/badge.svg
6+
[test-workflow-url]: https://github.com/LimeChain/codama-dart/actions/workflows/main.yml
7+
38
This project is a simple, educational 16-bit virtual machine (VM) written in Rust. It is designed to help you understand how CPUs and low-level computer architecture work by simulating a basic computer system from scratch.
49

510
## Project Goals

0 commit comments

Comments
 (0)