Remove useless echo from GitHub CI script

"Testing" is already shown as the step title.
This commit is contained in:
Vadim Zeitlin
2021-02-05 18:56:27 +01:00
parent 93160b9667
commit 1aae6e26ca

View File

@@ -181,7 +181,6 @@ jobs:
- name: Testing
if: matrix.skip_testing != true
run: |
echo 'Testing...'
pushd tests
./test || rc=$?
popd