fix: unit-test CI job calls 'name' instead of make
All checks were successful
CI / Unit Tests (pull_request) Successful in 12s
CI / Golang Lint (pull_request) Successful in 15s
CI / Mutation Tests (pull_request) Successful in 32s
CI / Fuzz Tests (pull_request) Successful in 1m21s

I made a typo.
This commit is contained in:
2026-03-18 19:34:09 -04:00
parent 5c019baa78
commit 72a8a9c4f7

View File

@@ -34,7 +34,7 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Run unit tests - name: Run unit tests
run: name test-unit run: make test-unit
fuzz-test: fuzz-test:
name: Fuzz Tests name: Fuzz Tests