Revert "Let the CI reveal all the error that I do not see locally for compilation cache reasons."
This reverts commit 7cea29e899.
This commit is contained in:
parent
31c3aa7403
commit
fe99e5dd85
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ find . -type f -name "*-classes.txt" | while read -r file; do
|
|||
# Check that there is no line containing "unstable class .*State {"
|
||||
if grep -E 'unstable class .*State \{' "$file"; then
|
||||
echo "❌ ERROR: Found unstable State class in $file"
|
||||
# TEMPORARY CHANGE
|
||||
# exit 1
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue