mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: trigger formatting tests before unit tests
Don't waste time running full unit tests only to fail CI over fmt or vet.
This commit is contained in:
parent
7d9a88a687
commit
63197782ea
5
test
5
test
@ -87,7 +87,6 @@ function fmt_tests {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
echo "Checking for license header..."
|
echo "Checking for license header..."
|
||||||
licRes=$(for file in $(find . -type f -iname '*.go' ! -path './Godeps/*'); do
|
licRes=$(for file in $(find . -type f -iname '*.go' ! -path './Godeps/*'); do
|
||||||
head -n3 "${file}" | grep -Eq "(Copyright|generated|GENERATED)" || echo -e " ${file}"
|
head -n3 "${file}" | grep -Eq "(Copyright|generated|GENERATED)" || echo -e " ${file}"
|
||||||
@ -98,9 +97,11 @@ function fmt_tests {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# fail fast on formatting tests
|
||||||
|
fmt_tests
|
||||||
|
|
||||||
unit_tests
|
unit_tests
|
||||||
if [ -n "$INTEGRATION" ]; then
|
if [ -n "$INTEGRATION" ]; then
|
||||||
integration_tests
|
integration_tests
|
||||||
fi
|
fi
|
||||||
fmt_tests
|
|
||||||
echo "Success"
|
echo "Success"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user