mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
test: move slow suites to ci tier
This commit is contained in:
parent
eee46896f1
commit
04d628c16c
10 changed files with 1681 additions and 1538 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -39,6 +39,12 @@ jobs:
|
|||
- name: Run TypeScript checks
|
||||
run: pnpm run check
|
||||
|
||||
- name: Run slow TypeScript tests
|
||||
run: pnpm run test:slow
|
||||
|
||||
- name: Run CLI smoke tests
|
||||
run: pnpm run smoke
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue