style: rename CI jobs to match Makefile targets
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint-go:
|
||||||
name: Golang Lint
|
name: Go Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
unit-test:
|
test-unit:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: make test-unit
|
run: make test-unit
|
||||||
|
|
||||||
fuzz-test:
|
test-fuzz:
|
||||||
name: Fuzz Tests
|
name: Fuzz Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Run fuzz tests
|
- name: Run fuzz tests
|
||||||
run: make test-fuzz
|
run: make test-fuzz
|
||||||
|
|
||||||
mutation-test:
|
test-mutation:
|
||||||
name: Mutation Tests
|
name: Mutation Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user