.github: Run the test suite as part of the CI on x86_64-netconf

This commit is contained in:
Tobias Waldekranz
2023-06-08 11:10:31 +02:00
committed by Joachim Wiberg
parent 225395f749
commit d28b17bdef
+4
View File
@@ -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