Skip to content

Commit 09ce6b4

Browse files
committed
Debug
1 parent c34f722 commit 09ce6b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ jobs:
6262
run: npx spago build
6363

6464
- name: Run tests
65+
if: matrix.os == 'windows-latest'
6566
run: npx spago test -- "--timeout 30"
67+
68+
- name: Run tests
69+
if: matrix.os != 'windows-latest'
70+
run: npx spago test -- --timeout 30

0 commit comments

Comments
 (0)