Skip to content

Commit

Permalink
🔧(meson.options): add 'semantic_release' to should_fail
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 8, 2024
1 parent 4c819fb commit 797d211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ option(
'should-fail',
type: 'array',
description: 'tests that return non-zero',
value: [],
value: ['semantic_release'],
yield: true,
)

option(
Expand Down

0 comments on commit 797d211

Please sign in to comment.