Powdr side:
run test in pipeline (I changed the test so it can include stwo):
#[test]
fn witness_lookup() {
let f = "pil/witness_lookup.pil";
let inputs = [3, 5, 2, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7]
.into_iter()
.map(GoldilocksField::from)
.collect::<Vec<_();
let pipeline = make_prepared_pipeline(f,
…