From 54fb90459c2ea5172c34dcfcf38bff942df7c5ff Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Wed, 27 Nov 2024 20:47:10 +0100 Subject: [PATCH] fix: test on windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b56c91b..f159cf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'