2 lines
46 B
Bash
2 lines
46 B
Bash
#!/bin/sh
|
|
cargo test -- --test-threads=1 "$@"
|
#!/bin/sh
|
|
cargo test -- --test-threads=1 "$@"
|