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 afe543d commit ce88e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
with:
node-version: ${{ matrix.version }}
- run: npm install --production
- run: node-gyp rebuild
- run: node ${{ matrix.flags }} test/par-compare.js -f
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: ilammy/setup-nasm@v1
- uses: petarpetrovt/[email protected]
sdeVersion: 8.69.1
- uses: actions/checkout@v3
- run: |
mkdir test\gf16\build
Expand Down

0 comments on commit ce88e28

Please sign in to comment.