status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Azure pipelines is too slow #81

Closed mratsim closed 4 years ago

mratsim commented 4 years ago

2 hours and still no machine to run tests

image

Unfortunately some are absolutely needed for 32-bit test

mratsim commented 4 years ago

83 sets up Github Actions, the waiting queue are per repo which avoids being clogged by other repos under the Status organization.

It also tests on Linux 32-bit and Windows 32-bit which was previously only tested on Azure and Appveyor (which is sometimes slow as well).

Hence we have now fallbacks when a service is too slow.