From c30ce5909f44449f13fa98565cdbc8e82661b33c Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Mon, 26 Aug 2024 09:17:12 +0100 Subject: [PATCH] ci: run spend functional tests --- .cirrus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 8bfbfa55..1487d84b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -29,6 +29,12 @@ task: matrix: - USE_TAPROOT: 0 - USE_TAPROOT: 1 + - name: 'Spend functional tests' + env: + TEST_GROUP: tests/test_spend.py + matrix: + - USE_TAPROOT: 0 + - USE_TAPROOT: 1 cargo_registry_cache: folders: $CARGO_HOME/registry