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 36b5185 commit 1960e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:

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

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

0 comments on commit 1960e20

Please sign in to comment.