add badges in README for tests

This commit is contained in:
2025-01-09 16:30:55 -05:00
parent f89aa9daa1
commit d76ed1f1f9
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Test
name: Tests
on:
push:
@@ -8,7 +8,7 @@ on:
types: [opened, reopened]
jobs:
test:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4