Skip to content

Commit 0d3a34a

Browse files
committed
actually, disable running of all tests except temporal-polyfill test262 tests
1 parent 0d621e6 commit 0d3a34a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
run: >
6464
TEST262_NODE_VERSION=${{ matrix.TEST262_NODE_VERSION }}
6565
TEST262_ESM=${{ matrix.TEST262_ESM }}
66-
pnpm run test
66+
cd packages/temporal-polyfill
67+
pnpm run test262

packages/temporal-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"manifest:dev": "./scripts/manifest.js --dev",
3434
"readme": "cp ../../README.md dist",
3535
"license": "cp ../../LICENSE dist",
36-
"test": "pnpm run test262",
36+
"test": "pnpm run vitest && pnpm run test262",
3737
"vitest": "vitest run",
3838
"vitest:dev": "vitest dev",
3939
"vitest:debug": "vitest run --no-isolate --no-file-parallelism --test-timeout 3600000",

0 commit comments

Comments
 (0)