~marcopolo/di

ref: 1b53f1a8ea5539f5180fe7f1034079b92861fdeb di/.build.yml -rw-r--r-- 132 bytes
1b53f1a8 — Marco Munizaga Refactor tests 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 ./...