Fix: update github workflow cmd name

This commit is contained in:
Melon 2024-08-16 20:17:10 +01:00
parent c953eb7f67
commit 2f0a112a48
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -11,5 +11,5 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: go build ./cmd/site-hosting/
- run: go build ./cmd/bluebell/
- run: go test ./...