Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PyPy 3.10 is EOL in cibuildwheels, no longer need to skip it #7

PyPy 3.10 is EOL in cibuildwheels, no longer need to skip it

PyPy 3.10 is EOL in cibuildwheels, no longer need to skip it #7

Workflow file for this run

name: Fuzz
on: [push, pull_request, workflow_dispatch]
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install
run: |
python -m pip install -U pip
python -m pip install .
env:
CFLAGS: '-DDEBUG'
- name: Fuzz
run: python tests/fuzz.py --seed=0:1000