From 62dab7be3d88bd19de0926d54b0ae9e98d6bf710 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 9 Feb 2022 16:50:55 +0000 Subject: [PATCH] ci: add test_executable to test matrix I don't see a reason as not run the test. Do so. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89eb7a72..4fae0958 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: - "test.mod" - "test.run.test_assemblers" - "test.run.test_boot" + - "test.run.test_executable" - "test.run.test_noop" - "test.run.test_sources" - "test.run.test_stages"