1
0
Fork 0
golang-github-go-ap-activit.../.build.yml
Daniel Baumann c8085bda34
Adding upstream version 0.0~git20250501.71edba4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 22:06:39 +02:00

15 lines
280 B
YAML

image: archlinux
packages:
- go
sources:
- https://github.com/go-ap/activitypub
environment:
GO111MODULE: 'on'
tasks:
- tests: |
cd activitypub
make test
make TEST_TARGET=./tests test
- coverage: |
set -a +x
cd activitypub && make coverage