upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.github/workflows/clippy_rustfmt_test.yaml
AgeCommit message (Collapse)Author
2025-10-17build: bump CI runner action to latestDanConwayDev
as the nix flake update must have broken cachix/install-nix-action@v22 ``` This version of Nixpkgs requires an implementation of Nix with the following features: - `builtins.nixVersion` reports at least 2.18 Your are evaluating with Nix 2.16.1, please upgrade: ```
2024-07-03build: increase CI test timeoutDanConwayDev
whilst running clippy takes ~2m and tests take ~5m 10s, 'set up job' can take anywhere from 1s to 2ms
2024-03-28build: use nix for tests ciDanConwayDev
using the same dependancies in ci as in development