SerenityOS build: Thursday, July 27
Images 💾⌗
- serenity-x86_64-20230727-47595b9.img.gz (Raw image, 187.89 MiB)
Last commit ⭐⌗
commit 47595b9ef02cd42cc41d046fd9079566f2662851
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Wed Jul 26 16:12:11 2023 -0400
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Wed Jul 26 16:09:29 2023 -0600
CI: Set TESTS_ONLY mode for unit tests on Lagom
This disables running benchmark test cases on Lagom in CI. When we run
unit tests on-board Serenity, run-tests sets this environment variable.
We do not use that utility to run unit tests on Lagom, so we've been
running benchmark tests unnecessarily.
Other builds