Revert "Let the CI reveal all the error that I do not see locally for compilation cache reasons."

This reverts commit d1698034be.
This commit is contained in:
Benoit Marty
2025-10-10 11:49:15 +02:00
parent e57bf354c3
commit 339f40e22a

View File

@@ -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