Skip to content

Update README front-door headline #77

Update README front-door headline

Update README front-door headline #77

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: dtolnay/rust-toolchain@stable
- run: python -m pip install --upgrade pip
- run: python -m pip install . pytest
- run: python -m pytest tests/test_touch_pack_regression.py tests/test_touch_native_optional.py tests/test_touch_fiber_branches.py -q
- run: python scripts/generate_public_touch_artifacts.py