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