No longer append x86_64-linux to test jobs
This commit is contained in:
parent
4aaab0644a
commit
4ced09d169
|
@ -49,7 +49,7 @@ pub fn parse_line(text: &str) -> Option<Vec<Instruction>> {
|
||||||
Subset::NixOS,
|
Subset::NixOS,
|
||||||
right
|
right
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|attr| format!("tests.{}.x86_64-linux", attr))
|
.map(|attr| format!("tests.{}", attr))
|
||||||
.collect(),
|
.collect(),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -216,9 +216,9 @@ baz",
|
||||||
Instruction::Build(
|
Instruction::Build(
|
||||||
Subset::NixOS,
|
Subset::NixOS,
|
||||||
vec![
|
vec![
|
||||||
String::from("tests.foo.x86_64-linux"),
|
String::from("tests.foo"),
|
||||||
String::from("tests.bar.x86_64-linux"),
|
String::from("tests.bar"),
|
||||||
String::from("tests.baz.x86_64-linux"),
|
String::from("tests.baz"),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in a new issue