Use 'make build' in workflows

This commit is contained in:
Melon 2025-01-10 18:08:52 +00:00
parent 418ce78961
commit 196fd74d45
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -11,5 +11,5 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go build ./cmd/lavender/
- run: make build
- run: go test ./...