diff --git a/.github/workflows/macadam.yml b/.github/workflows/macadam.yml index 4dd18eae..9517b0db 100644 --- a/.github/workflows/macadam.yml +++ b/.github/workflows/macadam.yml @@ -39,10 +39,12 @@ jobs: name: amd64 linux binary path: "./bin/macadam-linux-amd64" test: + steps: - name: Test if: matrix.os != 'macOS-11' run: make test lint: + steps: - name: vet run: make vet - name: golangci-lint