Skip to content

Update Maturin, DIDKit, tests/project structure, and version (#9) #1

Update Maturin, DIDKit, tests/project structure, and version (#9)

Update Maturin, DIDKit, tests/project structure, and version (#9) #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Build Wheel
uses: messense/maturin-action@v1
with:
manylinux: off
args: --find-interpreter
- uses: abatilo/[email protected]
- name: Run Tests
run: |
poetry install
poetry run maturin develop
poetry run pytest