more efficient & effective CI
Open
Done
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 179
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 26
Description
during CI:
- no need to build & run in debug mode (it's for developers' hands); -O2/3 with assertion (no ```-g```, no ```-DNDEBUG```) in CI is closer to productional env;
- every feasible event engine should be tested for each UT;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.