Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRun tests on Windows #4622
Comments
simonpasquier
added
the
component/tests
label
Sep 17, 2018
This comment has been minimized.
This comment has been minimized.
|
At the minimum, we need to check that the current tests are passing on Windows and fix them if not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gouthamve commentedSep 17, 2018
So, we had windows break a bunch of times before and while we could add tests to check that, we never really run the tests on Windows. Like this test proposed here: #4616 (comment) would never catch itself breaking because Travis and Circle run on Linux and while the test breaks on windows.