Update test to prevent calling sqlc

This commit is contained in:
Melon 2025-02-11 22:01:12 +00:00
parent 5546b47da8
commit dd9b260900
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -11,5 +11,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: make build
- run: cd web && yarn build
- run: go build ./cmd/lavender
- run: go test ./...