Add job names for badging

This commit is contained in:
Jazz Turner-Baggs 2026-02-19 18:47:27 -08:00 committed by GitHub
parent c2d7ddd412
commit 0c129d9c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: ci
name: CI
on:
push:
@ -18,6 +18,7 @@ on:
jobs:
build:
name: Build
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
@ -39,6 +40,7 @@ jobs:
- run: make all
test:
name: Test
needs: build
strategy:
matrix: