style: restructure makefile #4

Merged
mvhutz merged 6 commits from style/makefile-check into main 2026-03-19 00:14:55 +00:00
Showing only changes of commit 51930a7cbb - Show all commits

View File

@@ -6,8 +6,8 @@ on:
pull_request:
jobs:
lint:
name: Golang Lint
lint-go:
name: Go Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
with:
version: latest
unit-test:
test-unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
@@ -36,7 +36,7 @@ jobs:
- name: Run unit tests
run: make test-unit
fuzz-test:
test-fuzz:
name: Fuzz Tests
runs-on: ubuntu-latest
steps:
@@ -49,7 +49,7 @@ jobs:
- name: Run fuzz tests
run: make test-fuzz
mutation-test:
test-mutation:
name: Mutation Tests
runs-on: ubuntu-latest
steps: