diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 120c6405..9bbfc9a6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,4 +24,5 @@ jobs: key: go-${{ hashFiles('go.sum', 'Makefile', 'versions.mk') }} restore-keys: | go- + - run: make lint - run: make test