Commit Graph

2 Commits

Author SHA1 Message Date
Tobin C. Harding 624fd47574
CI: Run the nightly update job at 5 past midnight
Currently we run the job at midnight here and in `bitcoin`, this led
recently to one using the nightly toolchain from the 10th of Sep and the
other using the toolchain from 11th of Sep.

Update to run at 5 past so this doesn't happen again.
2024-09-13 06:24:15 +10:00
Tobin C. Harding aee0cfcbf9
CI: Re-write using maintainer tools
Re-write CI using the new maintainer tools script. A few things to note:

- Put sanitizer and wasm jobs in their own scripts
- Utilize `extra_tests.sh` for additional feature combos
- We are exceeding the 20 job limit, see the README

Unless I'm made a mistake this shouldn't reduce the test coverage in any
way.
2024-09-02 08:04:11 +10:00