Closed ss141309 closed 2 weeks ago
Is it possible to fix the failing linux tests? I know its not failing due to this MR.
it seems that the tests fail due to a race condition on linux. We can fix that either by running cargo test with a single thread on our github workflow (by using cargo test -- --test-threads=1
) or by using the serial_test
crate, which essentially does the same thing.
Which one do you prefer?
test-threads=1
would be better
I was unable to check the output of this command for the brew and choco managers, therefore if anything is wrong with them, please mention it here so that I can fix it