ci: add .build.yml
This commit is contained in:
parent
ea0626d806
commit
4b887f5771
1 changed files with 9 additions and 0 deletions
9
.build.yml
Normal file
9
.build.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
sources:
|
||||
- https://git.sr.ht/~emersion/koushin
|
||||
tasks:
|
||||
- build: |
|
||||
cd koushin
|
||||
go test -v ./...
|
Loading…
Add table
Reference in a new issue