test: move slow suites to ci tier

This commit is contained in:
Andrey Avtomonov 2026-05-11 09:38:10 +02:00
parent eee46896f1
commit 04d628c16c
10 changed files with 1681 additions and 1538 deletions

View file

@ -30,6 +30,7 @@
"relationships:verify-orbit": "node scripts/relationship-orbit-verification.mjs",
"smoke": "pnpm run build && pnpm --filter @ktx/cli run smoke",
"test": "node --test scripts/*.test.mjs && pnpm --filter './packages/*' run test",
"test:slow": "pnpm --filter @ktx/context run test:slow && pnpm --filter @ktx/cli run test:slow",
"type-check": "pnpm --filter './packages/*' run type-check"
},
"devDependencies": {