square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

Split the SignTx test github action into 4 separate actions #676

Closed ivmaykov closed 10 months ago

ivmaykov commented 11 months ago

Now we have 4 separate actions:

This has two benefits. First, if an action fails it will be more clear if it failed due to a particular sanitizer. Second, the actions should finish faster after a PR is submitted due to parallelism.