gupaxx/.github/workflows
Cyrix126 07b11f4b96 feat: add deadlock detection at CI
add [lockbud](https://github.com/BurtonQin/lockbud.git) for detection
**somes** deadlocks.

Need to remove the macros lock since lockbud would not be able to give
the right location with it.

The following command was used on the source code to reduce manual
modifications.
`
fd "*.rs" src/| xargs -I {} sd 'lock!\(([^\)]*)\)'
'$1.lock().unwrap()'{}
`
2024-10-10 18:48:24 +02:00
..
audit.yml feat: add CI for audit,fmt,test separated from build 2024-06-07 10:52:32 +02:00
ci.yml set CI to minimum supported version for mac os 2024-09-05 09:38:59 +02:00
lockbud.yml feat: add deadlock detection at CI 2024-10-10 18:48:24 +02:00
rust.yml fix: add dev branch to CI 2024-06-11 23:20:26 +03:30
typo.yml fix: add dev branch to workflows 2024-06-07 15:25:14 +03:30