b779fa7938
Parallelism was the issue as current directory settings were conflicting across threads.
2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/sh
|
|
cargo test -- --test-threads=1
|