Added 'integration' tests to the test run

This commit is contained in:
mariusor 2022-03-16 11:51:55 +01:00
parent 8eefc7992f
commit 826f263bfe
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

View file

@ -12,6 +12,7 @@ tasks:
cd activitypub
go mod vendor
make test
make TEST_TARGET=./tests test
- coverage: |
set -a +x
cd activitypub && make coverage