diff --git a/resources/scripts/run-quick-tests.sh b/resources/scripts/run-quick-tests.sh index f076031c2..d0aecd5f1 100755 --- a/resources/scripts/run-quick-tests.sh +++ b/resources/scripts/run-quick-tests.sh @@ -10,6 +10,7 @@ time ./sbt.sh \ netLogoWeb/scalastyle compilerCore/scalastyle compilerJVM/scalastyle compilerJS/scalastyle macrosCore/scalastyle \ + "engine / coffeelint" \ "compilerJS / Test / compile" \ "compilerJS / Test / test" \ "compilerJVM / Test / compile" \