Adding testing for all subcomponents to CI pipeline
This commit is contained in:
parent
66b89bac93
commit
d0a654ea18
@ -15,5 +15,11 @@ test:
|
||||
- cd fedilogue
|
||||
- go get .
|
||||
- go test -v
|
||||
- cd ../fedictl
|
||||
- go get .
|
||||
- go test -v
|
||||
- cd ../restapi
|
||||
- go get .
|
||||
- go test -v
|
||||
only:
|
||||
- merge_requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user