ci: use new repo URL
This commit is contained in:
parent
f3931fd510
commit
911a92a74e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~emersion/koushin
|
- https://git.sr.ht/~emersion/alps
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd koushin
|
cd alps
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue