From b432f430224dd6745504251314b2221844f60d08 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 15 Apr 2024 19:30:45 +0200 Subject: [PATCH] github: add tools/test to unit test matrix Run the depsolver tests. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e6be937..1f7c3621 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,7 @@ jobs: - "test.run.test_sources" - "test.run.test_stages" - "stages/test" + - "tools/test" environment: - "py36" # RH8 - "py39" # RH9