You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Build on Linux even though tests are not currently run (#81)
The 'EndToEndTests' are only run on Linux but testing is currently disabled in CI. This makes it likely that the tests will not be built often and allows them to drift out of sync with the code they test without being noticed.
* Use `--build-tests` in the CI wrapper script to ensure that the tests are built in CI, even if they are not run.
* Fix EndToEnd test compilation failures caused by changes in `Shell.readStdout` after PR #77.
* URL.appending(path:) is not available on Linux. CI runs EndToEnd tests on Linux, so we must use URL.appendingPathComponent()
0 commit comments