This commit is contained in:
Daniil Gentili 2022-12-10 20:20:40 +01:00
parent a6808f5ce0
commit e10f977f3b

View File

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