mirror of
https://github.com/1f349/lavender.git
synced 2025-01-20 21:56:27 +00:00
Use 'make build' in workflows
This commit is contained in:
parent
418ce78961
commit
196fd74d45
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user