~marcopolo/di

ref: baa3947d3bc1bddb0a034f5054121078962a226a di/.build.yml -rw-r--r-- 132 bytes
baa3947d — Marco Munizaga Initial Version 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~marcopolo/di
tasks:
  - test: |
      cd di
      go test ./...