Commit 5a7bfb7
committed
Tests: add
As part of PR 663, test runs on the Windows OS where introduced in CI/GH Actions.
While, generally speaking, all tests should run and pass on Windows too (and they do), for the purposes of CI, a specific test group named `Windows` was introduced to allow for selectively only running the tests which _may_ have a different outcome on Windows.
This group is used in the code coverage job to prevent the Windows builds taking forever.
While most code is OS agnostic, there are a number of places in the code base where OS-based conditions are used.
This commit adds the `@group Windows` annotation to another test which hits these OS-based conditions to make sure those conditions are also hit in the code coverage builds.@group Windows to another test1 parent 0194e46 commit 5a7bfb7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments