Remove useless echo from GitHub CI script
"Testing" is already shown as the step title.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -181,7 +181,6 @@ jobs:
|
|||||||
- name: Testing
|
- name: Testing
|
||||||
if: matrix.skip_testing != true
|
if: matrix.skip_testing != true
|
||||||
run: |
|
run: |
|
||||||
echo 'Testing...'
|
|
||||||
pushd tests
|
pushd tests
|
||||||
./test || rc=$?
|
./test || rc=$?
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user