diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3997d06..fff199e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,3 +11,6 @@ jobs: run: bun i - run: bunx eslint - run: bunx prettier --check . + - run: bun test + env: + DATABASE_URL: ${{ secrets.DATABASE_URL }} \ No newline at end of file