Commit 7c4fba6
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