test.yml 144 B

12345678910
  1. image: alpine/latest
  2. packages:
  3. - go
  4. sources:
  5. - https://git.sr.ht/~cryptix/go-toolbelt
  6. tasks:
  7. - test: |
  8. cd go-toolbelt
  9. go test