Build main cmd in workflow

This commit is contained in:
Melon 2023-04-24 15:42:42 +01:00
parent 59105d506a
commit 8bb3435237
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -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 ./...