Adjust CI to new integration tests
[tinc] / .ci / warn / run.sh
index a4b3d9d..b84bc2e 100755 (executable)
@@ -8,7 +8,7 @@ result=0
 
 check_warnings() {
   git clean -dfx
-  ./.ci/build.sh -Dwerror=true "$@" || result=$?
+  ./.ci/build.sh build -Dwerror=true "$@" || result=$?
 }
 
 check_warnings