This is just an observation after looking at the current build issues rather than a bug, but I'm putting it in its own issue rather than just in a comment in an unrelated PR:
Looking at the CI build logs, it looks like the deployReleaseBinaries CI stage is running the unit tests 3 times -
Once in the 'build' step - https://github.com/fsprojects/FSharpLint/actions/runs/19330699804/job/55293390736#step:4:55
Then again in the 'pack' step - https://github.com/fsprojects/FSharpLint/actions/runs/19330699804/job/55293390736#step:5:68
Then a 3rd time in the 'upload binaries to nuget' step - https://github.com/fsprojects/FSharpLint/actions/runs/19330699804/job/55293390736#step:8:64
This seems a tad spurious, and also looks like it adds several minutes to the build times?