diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7028864..f0495e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: run: | go mod download - - name: Run ci lint + - name: Run CI lint run: make lint - name: Run test cover