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 7124ada commit 54fb904
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 glob '**/*.test.ts' | xargs npx tsx --test
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 54fb904

Please sign in to comment.