mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
Build main cmd in workflow
This commit is contained in:
parent
59105d506a
commit
8bb3435237
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -12,4 +12,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: go build ./cmd/violet/
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user