mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 18:02:14 +01:00
using covermode=atomic for local tests
This commit is contained in:
@@ -8,7 +8,7 @@ gometalinter.v2 --disable-all -E vet -E gofmt -E misspell -E ineffassign -E goim
|
||||
# Running tests according to current Gotenberg version.
|
||||
if [[ "$VERSION" == "snapshot" ]]; then
|
||||
for d in $(go list ./... | grep -v vendor); do
|
||||
go test -race -cover $d;
|
||||
go test -race -cover -covermode=atomic $d;
|
||||
done
|
||||
else
|
||||
echo "" > .ci/coverage.txt;
|
||||
|
||||
Reference in New Issue
Block a user