You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting target 'Format'
Formatted files: { Errors =
[("/home/runner/work/FsUnit/FsUnit/tests/FsUnit.Xunit.Test/typed.shouldEqualTests.fs",
Fantomas.FormatConfig+FormatException: Parsing failed with errors: [|tmp.fsx (131,9)-(131,12) parse error The block following this 'let' is unfinished. Every code block is an expression and must have a result. 'let' cannot be the final code element in a block. Consider giving this block an explicit result.|]
And options: { SourceFiles = [|"tmp.fsx"|]
ConditionalCompilationDefines = []
ErrorSeverityOptions = { WarnLevel = 3
GlobalWarnAsError = false
WarnOff = []
WarnOn = []
WarnAsError = []
WarnAsWarn = [] }
Description
#203 at commit bd20cb8 resulted in https://github.com/fsprojects/FsUnit/runs/5778346102 which contains the following:
That is, it correctly notes that one of my added files is invalid F#.
Despite this, the GitHub Actions pipelines all passed; it was sheer luck that I glanced through the logs.
It seems desirable to make it so that errors cause the pipeline to fail.
The text was updated successfully, but these errors were encountered: