Remove useless echo from GitHub CI script
"Testing" is already shown as the step title.
This commit is contained in:
parent
93160b9667
commit
1aae6e26ca
1 changed files with 0 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue