Skip to content

Commit

Permalink
test: fix win32 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Sep 19, 2023
1 parent 06aa882 commit 25dbf37
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 @@ -33,7 +33,7 @@ jobs:
node-version: 16.x
- run: npm i
- run: npm run build
- run: npx uvu test win32
- run: node ./test/win32.test.js
timeout-minutes: 1
env:
FORCE_COLOR: 3

0 comments on commit 25dbf37

Please sign in to comment.