Skip to content

add CI and funding badges #7

add CI and funding badges

add CI and funding badges #7

Workflow file for this run

name: CI
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r dev-requirements.txt
- run: pytest