build tvx as part of ci (#192)
This commit is contained in:
parent
5353210814
commit
8a59bf7c45
@ -51,3 +51,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: "build lotus-soup"
|
name: "build lotus-soup"
|
||||||
command: pushd lotus-soup && go build -tags=testground .
|
command: pushd lotus-soup && go build -tags=testground .
|
||||||
|
- run:
|
||||||
|
name: "build tvx"
|
||||||
|
command: pushd tvx && go build .
|
||||||
|
Loading…
Reference in New Issue
Block a user