Skip to content

Commit 249af13

Browse files
committed
chore: update ci test script
1 parent e340c19 commit 249af13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}
2424
- run:
2525
name: Test and Lint
26-
command: pnpm test
26+
command: pnpm test:all
2727
workflows:
2828
version: 2
2929
build_and_test:

0 commit comments

Comments
 (0)