Skip to content

Run PAR2 Create Tests #20

Run PAR2 Create Tests

Run PAR2 Create Tests #20

Workflow file for this run

name: Run PAR2 Create Tests
on:
workflow_dispatch:
# push:
jobs:
test-node:
strategy:
fail-fast: false
matrix:
include:
- version: '0.10.48'
flags: ''
python: '2.7'
- version: '4.9.1'
flags: ''
python: '2.7'
- version: '12.22.12'
flags: '--trace-warnings'
python: '3.9'
- version: '21.0.0'
flags: '--pending-deprecation --throw-deprecation --trace-warnings --openssl-legacy-provider'
python: ''
name: Test on Node v${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y gdb
- uses: MatteoH2O1999/setup-python@v2
with:
python-version: ${{ matrix.python }}
if: ${{ matrix.python != '' }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: npm install --production
env:
CFLAGS: -ggdb
CXXFLAGS: -ggdb
- run: node ${{ matrix.flags }} par-compare.js -f -d
working-directory: test