Skip to content

Commit

Permalink
Add workflow badge to README
Browse files Browse the repository at this point in the history
Make it so I can see unit test status on the main page of the repo. :)
  • Loading branch information
meisekimiu committed Jan 24, 2024
1 parent 60f2024 commit 1b8b2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
name: CMake on a single platform
name: Unit Tests

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# libadagio-plusplus

![Unit Test Status](https://github.com/meisekimiu/libadagio-plusplus/actions/workflows/test.yml/badge.svg)

This is a WIP 2D game engine I'm working on. The main focus of this engine is to make it easy to switch between
underlying libraries without changing any code besides some humble adapter classes.

Expand Down

0 comments on commit 1b8b2ea

Please sign in to comment.