mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
.github: Run the test suite as part of the CI on x86_64-netconf
This commit is contained in:
committed by
Joachim Wiberg
parent
225395f749
commit
d28b17bdef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user