Skip to content

feat: add deterministic orchestration contract #7

feat: add deterministic orchestration contract

feat: add deterministic orchestration contract #7

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e '.[dev]'
- run: ruff check .
- run: ruff format --check .
- run: pytest
tls-integration:
runs-on: ubuntu-latest
needs: unit
timeout-minutes: 25
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.12"
- run: python -m pip install -e '.[dev]'
- run: PG_STAND_BIN=pg-stand sh tests/integration_tls.sh