Skip to content

Test Python 3.13 beta (#627) #343

Test Python 3.13 beta (#627)

Test Python 3.13 beta (#627) #343

Workflow file for this run

name: Fuzz
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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