chore: modify test action
[skip ci]
This commit is contained in:
parent
2ff61315d2
commit
e6bc1bfc72
1 changed files with 0 additions and 1 deletions
1
.github/actions/acc_test/action.yaml
vendored
1
.github/actions/acc_test/action.yaml
vendored
|
|
@ -229,7 +229,6 @@ runs:
|
|||
go test -v ${testfile} -timeout=${{ inputs.test_timeout_string }} | tee -a acc_test_run.log
|
||||
echo "::endgroup::"
|
||||
set -e
|
||||
echo "::endgroup::"
|
||||
echo "::group::go test result"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Test failed, see acc_test_run.log for details"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue