Closed segeljakt closed 3 years ago
ok, now I see what can go wrong with compiletest_rs
. If you got duplicate build artifacts (cargo check
and cargo test
), then compiletest_rs
cannot distinguish between them and might pick the wrong one (cargo check
) by chance
the solution is to do cargo clean
before cargo test
I am 99% sure this will work, let's see
this was working on my machine before I uploaded it 👀