workflow and repo cleanup

This commit is contained in:
Hayden 2022-09-09 11:34:19 -08:00
parent 89591b2c60
commit 79d256b761
3 changed files with 9 additions and 21 deletions

View file

@ -31,7 +31,7 @@ tasks:
- cd backend && go test -race -coverprofile=coverage.out -covermode=atomic ./app/... ./internal/... ./pkgs/... -v -cover
silent: true
test:integration:
test:ci:
cmds:
- cd backend && go build ./app/api
- backend/api &