Turn on contract tests

This commit is contained in:
Cyber MacGeddon 2025-07-14 17:50:24 +01:00
parent 4970295cb0
commit 760620fd88

View file

@ -51,3 +51,6 @@ jobs:
- name: Integration tests
run: pytest tests/integration
- name: Contract tests
run: pytest tests/contract