mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-02 23:55:15 +00:00
387818ae6b
Added 'set -e -o pipefail' to both Go test steps. Without pipefail, the exit code from 'go test' was being lost when piped to tee, causing test failures to appear as successes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>