Skip to content

docs: reduce README architecture disclosure #143

docs: reduce README architecture disclosure

docs: reduce README architecture disclosure #143

name: Adversarial invariants
on:
push:
pull_request:
jobs:
adversarial-invariants:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install pytest
run: python -m pip install pytest
- name: Run adversarial invariant tests
run: python -m pytest tests/adversarial/test_invariants.py