1
0
mirror of https://github.com/proot-me/proot-rs.git synced 2024-11-13 14:09:20 +00:00
proot-rs/.github/workflows
imlk a969765793 test: fix deadlock in unit test
The current unit test still occasionally deadlocks. Which is caused by
a global mutex in `std::sys_common::backtrace::print()`.
The root cause of deadlocks is the use of `fork()` in a multi-threaded
test environment. In this commit we limit the cargo test to run one unit
test at a time by setting `--test-threads=1`.
2022-07-14 11:13:47 -04:00
..
publish.yml ci: upload binaries to release 2021-08-19 23:02:10 -04:00
tests.yml test: fix deadlock in unit test 2022-07-14 11:13:47 -04:00