Open pombredanne opened 1 year ago
Would you imagine a mingw as part of the build matrix or as an extension of the windows tests? It would be hard to introduce to the build matrix as a new dimension, as it can only be tested on windows and many matrix combinations would not be valid. I also don't think it can be added as an os as it isn't really an os. Introducing it as a step that is run only on windows might be easier, but failures in either the windows or mingw build would fail the entire windows build.
As follow up to https://github.com/WojciechMula/pyahocorasick/pull/175 we need to have some tests for the mingw build.
Adding to test_on_many_oses is the way.