CXuesong / WikiClientLibrary

/*🌻*/ Wiki Client Library is an asynchronous MediaWiki API client library targeting modern .NET platforms
https://github.com/CXuesong/WikiClientLibrary/wiki
Apache License 2.0
82 stars 16 forks source link

Enable CI testing parallelization #55

Closed CXuesong closed 3 years ago

CXuesong commented 5 years ago

Due to a recent discovery I mentioned in phab:T170425, using Bot Password can prevent logging out one HttpClient from affecting other HttpClients. This used to be the major reason I disabled xUnit test parallelization in #11.

And now this is a chance to further reduce the CI testing duration. (For now it's 9min.)