Skip to content

Commit 5c79e65

Browse files
committed
ci: add test workflow running on push to any branch
1 parent 6fdd27d commit 5c79e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
CI: true
4040

4141
- name: Run tests
42-
run: pnpm -r test -- --ci
42+
run: pnpm -r test
4343
env:
4444
CI: true

0 commit comments

Comments
 (0)