mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Merge pull request #18 from nineties/nineties-patch-1
Fix a bug of status badge
This commit is contained in:
commit
090d3e1912
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue