From 760620fd886cab51740e610c9877b8204db3f3a2 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 14 Jul 2025 17:50:24 +0100 Subject: [PATCH] Turn on contract tests --- .github/workflows/pull-request.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 00989871..feb4e52f 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -51,3 +51,6 @@ jobs: - name: Integration tests run: pytest tests/integration + - name: Contract tests + run: pytest tests/contract +