Skip to content

Commit

Permalink
fix: test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 27, 2024
1 parent 45a93e4 commit 36b5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Test (Windows)
if: matrix.os == 'windows-latest'
run: npx --yes tsx --test *.test.ts
run: 'npx --yes glob "**/*.test.ts" | xargs npx tsx --test --'

- name: Test (Linux/macOS)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 36b5185

Please sign in to comment.