Even more CI

This commit is contained in:
Dominik Maier 2021-12-15 21:37:22 +01:00
parent e72c579ebc
commit d3245de5bd

View File

@ -19,7 +19,7 @@ pub fn main() {
fuzz( fuzz(
&[PathBuf::from("./input")], &[PathBuf::from("./input")],
PathBuf::from("./output"), PathBuf::from("./output"),
&Cores::all(), &Cores::all().unwrap(),
1337, 1337,
); );
} }