run tests in ci
our CI workers already have a postgresql running (they test pnpm migrate
), so we can also run pnpm --filter=backend test
and pnpm --filter=frontend test
. Especially if we fix the errors in the latter!
our CI workers already have a postgresql running (they test pnpm migrate
), so we can also run pnpm --filter=backend test
and pnpm --filter=frontend test
. Especially if we fix the errors in the latter!
closed