fix: unit-test CI job calls 'name' instead of make
I made a typo.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user