chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-26 15:25:10 +01:00
parent 2ff61315d2
commit e6bc1bfc72

View file

@ -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"