minor renaming of unit-tests workflow

This commit is contained in:
CPunch 2023-11-26 16:19:43 -06:00
parent b02c141000
commit 6f55cbbad5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Go
name: unit-tests
on:
push:
@ -9,7 +9,7 @@ on:
- .github/workflows/tests.yaml
jobs:
tests:
run:
runs-on: ubuntu-latest
steps: