A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add tests to loom spindle

+4 -8
+4 -8
.tangled/workflows/tests.yml
··· 4 4 - event: ["pull_request"] 5 5 branch: ["main"] 6 6 7 - engine: "nixery" 8 - 9 - dependencies: 10 - nixpkgs: 11 - - gcc 12 - - go 13 - - curl 7 + engine: kubernetes 8 + image: golang:1.25-trixie 9 + architecture: arm64 14 10 15 11 steps: 16 12 - name: Download and Generate ··· 24 20 environment: 25 21 CGO_ENABLED: 1 26 22 command: | 27 - go test -cover ./... 23 + go test -cover ./...