chore: remove test execution step from local testing workflow

This commit is contained in:
Luke Hagar
2025-08-14 21:23:52 -05:00
parent 589919d91d
commit 2834224c76

View File

@@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test
- name: Build action
run: bun run action:build