TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

make test-all doesn't quit when build doesn't work #3723

Closed tjayrush closed 4 months ago

tjayrush commented 4 months ago

Do this:

Edit any file to purposefully put a broken line in it.

Run make test-all.

The GoLang tests should not even start. The build failed, so the make test-all script should stop.