mirror of
https://github.com/mudler/luet.git
synced 2025-07-30 22:45:29 +00:00
test: drop --race
This commit is contained in:
parent
819271b9bd
commit
6b7e77df65
@ -23,7 +23,7 @@ coveragetxt="coverage.txt"
|
||||
|
||||
|
||||
generate_cover_data() {
|
||||
ginkgo -flakeAttempts=3 -race -failFast -cover -r .
|
||||
ginkgo -flakeAttempts=3 -failFast -cover -r .
|
||||
echo "" > ${coveragetxt}
|
||||
find . -type f -name "*.coverprofile" | while read -r file; do cat "$file" >> ${coveragetxt} && mv "$file" "${coverdir}"; done
|
||||
echo "mode: $covermode" >"$profile"
|
||||
|
Loading…
Reference in New Issue
Block a user