Migrate tests on macOS to the same way tests are run on windows (#5032)

This commit is contained in:
Wissididom
2023-12-17 11:32:40 +01:00
committed by GitHub
parent b78b57b454
commit d016a16269
2 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
- Dev: Refactor `IrcMessageHandler`, removing a bunch of clang-tidy warnings & changing its public API. (#4927)
- Dev: `Details` file properties tab is now populated on Windows. (#4912)
- Dev: Removed `Outcome` from network requests. (#4959)
- Dev: Added Tests for Windows and MacOS in CI. (#4970)
- Dev: Added Tests for Windows and MacOS in CI. (#4970, #5032)
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Fixed deadlock and use-after-free in tests. (#4981)