Skip scripts as well

This commit is contained in:
Daniil Gentili 2022-12-10 19:20:24 +01:00
parent 3d693ae017
commit a6808f5ce0

View File

@ -249,6 +249,7 @@ fn test_repository(name: &str, repository: &str, ignore: &[&str]) {
.arg("update")
.arg("--ignore-platform-reqs")
.arg("--no-plugins")
.arg("--no-scripts")
.current_dir(&out_path)
.output()
.expect("failed to run composer");