Add CI manifest to test commits on sr.ht

master
Jason T. Lenz 2 years ago
parent ec372e8a62
commit 45d2ae5a20

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~lenzj/chunkio
tasks:
- test: |
cd chunkio
go test
Loading…
Cancel
Save