diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 312cbfd..4c62167 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Rust +name: Build on: [push] diff --git a/README.md b/README.md index 38b016f..66d3c55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # iz80 +[![Build Status](https://github.com/ivanizag/iz80/workflows/Build/badge.svg)](https://github.com/ivanizag/iz80/actions?workflow=Build) +[![Crates](https://img.shields.io/crates/v/iz80.svg)](https://crates.io/crates/iz80) +[![Documentation](https://docs.rs/iz80/badge.svg)](https://docs.rs/iz80) + + Z80 Emulator library for RUST. It passes all the tests of the ZEZALL suite. No cycle emulation accuracy, runs as fast as it can. To run the ZEXALL test suite: