Skip to content

Commit 6e2fc56

Browse files
authored
Improve gen_tile_test test coverage (#382)
* Don't limit Coverage CTest parallel level to 1 * Additional tests * Re-enable Fedora Rawhide
1 parent 9408604 commit 6e2fc56

5 files changed

Lines changed: 352 additions & 22 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "debian:testing"
2121
- "fedora:38"
2222
- "fedora:39"
23-
# - "fedora:rawhide"
23+
- "fedora:rawhide"
2424
- "opensuse/leap:15"
2525
- "quay.io/centos/centos:stream8"
2626
- "quay.io/centos/centos:stream9"

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
BUILD_TYPE: Debug
2020
CFLAGS: --coverage
2121
CXXFLAGS: --coverage
22-
TEST_PARALLEL_LEVEL: 1
2322
strategy:
2423
matrix:
2524
compiler:

0 commit comments

Comments
 (0)