rename unit test job

This commit is contained in:
Caleb Webber 2024-03-26 01:16:55 -04:00
parent dfbaec3287
commit bf9e0328a5

View file

@ -3,7 +3,7 @@ run-name: Running AoC Unit tests
on: [push]
jobs:
Explore-Gitea-Actions:
Run-Unit-Tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code