Use 1 thread for tests to prevent signal handler clashes in pty tests

This commit is contained in:
Marcin Kulik
2024-01-09 16:35:18 +01:00
parent 268fdb0a32
commit 0048d19d43

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[env]
RUST_TEST_THREADS = "1"