I am attempting to write tests for my Rust program. Normally, these tests are run in parallel but I want to run them sequentially. I looked around and I can set this environment variable RUST_TEST_TASKS=1
, but I am not sure where to do that. Can someone please provide some insight into setting environment variables in Rust please?
Aucun commentaire:
Enregistrer un commentaire