Skip to content

Commit

Permalink
remove debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszWojciechO committed Dec 19, 2024
1 parent 411d630 commit b760ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkdir -p "${WORKDIR}"/coverage/unit
export LD_LIBRARY_PATH="${WORKDIR}/bin/deps/lib/amd64/latest"

# shellcheck disable=SC2046
go test -tags "$tags" -race $(go list -tags "$tags" -buildvcs=false ./... | grep -v "${excluded_packages}") \
go test -tags "$tags" -v -race $(go list -tags "$tags" -buildvcs=false ./... | grep -v "${excluded_packages}") \
-coverprofile "${WORKDIR}"/coverage.txt \
-exclude "${excluded_categories}" \
-args -test.gocoverdir="${WORKDIR}/coverage/unit"
Expand Down

0 comments on commit b760ba7

Please sign in to comment.