| Age | Commit message (Collapse) | Author |
|
as the github runner for this version has been removed
|
|
applied fix included in v1.6.1
|
|
as listed in:
https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
|
|
so that that will be included within the release zips
|
|
whilst running clippy takes ~2m and tests take ~5m 10s,
'set up job' can take anywhere from 1s to 2ms
|
|
using the same dependancies in ci as in development
|
|
as runs are now taking slightly longer than 5 minutes
|
|
0b9c7521b035e60ad7c458c1e782623e18a5cc21 set this to 20 minutes from 6h
but it only 3m to run on each channel
|
|
this overrides the default timeout of 6h which is excessive
|
|
because ironically the verision used in the nix setup differs from the
one used in the github action
perhaps a rewrite of the the github to use nix is needed
|
|
because of formatting rules that are only avaiable in nightly
|
|
Create skeleton for a complete rebuild of the prototype as a production
ready product.
Includes design patterns for:
- dependency injection
- unit testing with dependency mocking
- integration testing
- error handling
- config storage
BREAKING-CHANGE: ground-up redesign with incompatible protocol standards
|