Skip to content

Commit

Permalink
Update meson.options - semantic_release removed from should_fail
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored Jul 8, 2024
1 parent 5419ee0 commit bbbf973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ option(
'should-fail',
type: 'array',
description: 'tests that return non-zero',
value: ['semantic_release'],
value: [],
yield: true,
)

Expand Down Expand Up @@ -456,4 +456,4 @@ option(
type: 'array',
value: [],
yield: true,
)
)

0 comments on commit bbbf973

Please sign in to comment.