From 829c5048ebc2e9cf14f48a67fe909f0c6262967a Mon Sep 17 00:00:00 2001 From: Koichi NAKAMURA Date: Mon, 6 Dec 2021 21:43:08 +0900 Subject: [PATCH] Fix a bug of status badge --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7809aad..71d659d 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,9 @@ $ make test | Implementation of runtime | build | test status | |:----------------------------------|:------------------|:------------| -| Handwritten ELF binary for i386-linux | `make` | [![testing -i386-linux-handwritten](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml) | -| C | `make c` | [![testing -c](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml) | -| Python 3.x | `make python` | [![testing -python](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml) | +| Handwritten ELF binary for i386-linux | `make` | [![testing i386-linux-handwritten](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-i386-linux-handwritten.yaml) | +| C | `make c` | [![testing c](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-c.yaml) | +| Python 3.x | `make python` | [![testing python](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml/badge.svg)](https://github.com/nineties/planckforth/actions/workflows/runtests-python.yaml) | # Benchmarks