diff --git a/.github/workflows/test.main.kts b/.github/workflows/test.main.kts index 3cb96ff..3b5d1c7 100755 --- a/.github/workflows/test.main.kts +++ b/.github/workflows/test.main.kts @@ -66,7 +66,7 @@ workflow( find -name *.main.kts -print0 | while read -d ${'$'}'\0' file do echo "Compiling ${'$'}file..." - kotlinc -Werror -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${'$'}file" + kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${'$'}file" done """.trimIndent() ) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3239bcc..e0b95bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: find -name *.main.kts -print0 | while read -d $'\0' file do echo "Compiling $file..." - kotlinc -Werror -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file" + kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file" done validate_typings: name: 'Validate typings'