aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 65c84e8..ec3d82d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,8 +2,8 @@ image: alpine/edge
packages:
- go
sources:
- - https://git.sr.ht/~emersion/koushin
+ - https://git.sr.ht/~emersion/alps
tasks:
- build: |
- cd koushin
+ cd alps
go test -v ./...