Run lint before tests on Windows #5514
Labels
build
Issues and PRs related to build files or the CI.
good first issue
Issues that are suitable for first-time contributors.
windows
Issues and PRs related to the Windows platform.
Currently, running
make test
on UNIX-like operating systems will run the JS and C++ linting before running the tests. This is desirable because linting is fast and running the entire test suite is slow. If there are linting errors to fix, you want to find them and fix them before the tests run.On Windows, however, the equivalent command in
vcbuild.bat
runs the tests before the lint tasks. It should be changed to run the lint tasks first.The text was updated successfully, but these errors were encountered: