Skip to content

Commit

Permalink
Check: make the warning stand out (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat authored Aug 20, 2024
1 parent 7783bb7 commit 7244473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Check.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ checkTestsBuild attrPath = do

checkTestsBuildReport :: Bool -> Text
checkTestsBuildReport False =
"- Warning: a test defined in `passthru.tests` did not pass"
"\n> [!CAUTION]\n> A test defined in `passthru.tests` did not pass.\n"
checkTestsBuildReport True =
"- The tests defined in `passthru.tests`, if any, passed"

Expand Down

0 comments on commit 7244473

Please sign in to comment.