diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e2b45647..33c75f229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: run: bun install - name: Run tests - run: bun test \ No newline at end of file + run: bun run test \ No newline at end of file