ci: setup woodpecker
Since the main repository lives inside Treehouse now, use its CI system. The GitHub action will probably exist as I plan to mirror the repository there.main
parent
47058098a0
commit
e4dc97a0ec
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk add -U --no-cache go
|
||||||
|
- go test -v -race ./...
|
Loading…
Reference in New Issue