fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

CI(buildAndTest): separate build & test-run in 2 steps #654

Closed knocte closed 9 months ago

knocte commented 9 months ago

Of course running tests need to build first, but by having them in different steps, it's more clear which of them failed (if they fail).