diff options
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ./... |