Skip to content

Commit 45c6007

Browse files
committed
Add a badge to the readme showing the test status.
1 parent d4c64da commit 45c6007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: tests
22

33
# run `go test ./...` on every push and every pull request
44

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ulp-forth
22

3+
[![Test Status](https://github.com/Molorius/ulp-forth/actions/workflows/tests.yml/badge.svg)](https://github.com/Molorius/ulp-forth/actions?query=workflow%3Atests)
34
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
45

56
ulp-forth is a Forth interpreter and optimizing cross compiler for the

0 commit comments

Comments
 (0)