Install socat as test dependency into github build workflow

This commit is contained in:
Victor Antonovich 2021-11-15 12:53:52 +03:00
parent af0534d18f
commit dd71375628
1 changed files with 4 additions and 0 deletions

View File

@ -33,8 +33,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel pymodbus
sudo apt-get install -y socat
- name: Run tests
working-directory: ${{github.workspace}}/build
run: make test
- name: Show failed test log
if: ${{ failure() }}
run: cat ${{github.workspace}}/build/Testing/Temporary/LastTest.log