Skip to content

Commit 15ae57d

Browse files
Patrick Stephensedsiper
authored andcommitted
workflows: resolve linting issue with unit tests
Signed-off-by: Patrick Stephens <[email protected]>
1 parent f1f8c84 commit 15ae57d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- gcc
4343
- clang
4444
exclude:
45-
- os: ubuntu-18.04
46-
flb_option: "-DFLB_COVERAGE=On"
45+
- flb_option: "-DFLB_COVERAGE=On"
4746
compiler: clang
4847
permissions:
4948
contents: read
@@ -87,8 +86,6 @@ jobs:
8786
- "-DFLB_JEMALLOC=Off"
8887
- "-DFLB_SANITIZE_MEMORY=On"
8988
- "-DFLB_SANITIZE_THREAD=On"
90-
compiler:
91-
- gcc
9289
permissions:
9390
contents: read
9491
steps:

0 commit comments

Comments
 (0)