Skip to content

Commit 69bdbab

Browse files
committed
run all linux tests in parallel
1 parent 9d9c475 commit 69bdbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: npm ci
2424

2525
- name: Run Linux tests
26-
run: npx vitest run test/testdriver/assert.test.mjs
26+
run: npx vitest run test/testdriver/*.test.mjs
2727
env:
2828
TD_API_KEY: ${{ secrets.TD_API_KEY }}

0 commit comments

Comments
 (0)