Skip to content

Commit

Permalink
Test workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 29, 2023
1 parent ce88e28 commit 72d5382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
node-version: ${{ matrix.version }}
- run: npm install --production
- run: node ${{ matrix.flags }} test/par-compare.js -f
- run: (cd test && node ${{ matrix.flags }} par-compare.js -f)

0 comments on commit 72d5382

Please sign in to comment.