From d28b17bdefbd325436a1228093765a0dfee37a54 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 8 Jun 2023 01:44:53 +0200 Subject: [PATCH] .github: Run the test suite as part of the CI on x86_64-netconf --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0aa7ff5..40d8da97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,6 +64,10 @@ jobs: echo "Buildring $target ..." make $target make + - name: Test + if: matrix.platform == 'x86_64' && matrix.variant == 'netconf' + run: | + make infix-check - name: Prepare Artifact run: | cd output