Skip to content

Commit bca1df5

Browse files
committed
fix script
1 parent 4c0293c commit bca1df5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: pnpm install
2727

2828
- name: Run Tests
29-
run: pnpm run test:ci
29+
run: pnpm run test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"format": "prettier --write \"**/*.ts\" && pnpm run format:go",
1010
"format:go": "node scripts/format-go.cjs",
1111
"test": "pnpm run test:packages && pnpm run test:toolchain",
12-
"test:ci": "pnpm run build && pnpm run test:packages && pnpm run test:toolchain",
1312
"test:packages": "node scripts/with-ttsc-cache.cjs pnpm --filter @typia/template build && node scripts/with-ttsc-cache.cjs --ts-node-runtime pnpm --filter=./tests/test-* -r start",
1413
"test:go": "node scripts/with-ttsc-cache.cjs go -C packages/typia/test test ./...",
1514
"test:toolchain": "pnpm run test:go",

0 commit comments

Comments
 (0)