Commit 7c4fba6

Anton Medvedev <anton@medv.io>
2022-06-27 23:48:29
Fix win32 workflow
1 parent c481ec8
Changed files (1)
.github
workflows
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
         with:
           node-version: ${{ matrix.node-version }}
       - run: npm i
-      - run: npm test
+      - run: npx uvu test -i fixtures
         timeout-minutes: 1
         env:
           FORCE_COLOR: 3