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
|
||||
if: matrix.skip_testing != true
|
||||
run: |
|
||||
echo 'Testing...'
|
||||
pushd tests
|
||||
./test || rc=$?
|
||||
popd
|
||||
|
Reference in New Issue
Block a user