build tvx as part of ci (#192)

This commit is contained in:
Anton Evangelatov 2020-08-05 19:45:57 +02:00 committed by GitHub
parent 5353210814
commit 8a59bf7c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,3 +51,6 @@ jobs:
- run:
name: "build lotus-soup"
command: pushd lotus-soup && go build -tags=testground .
- run:
name: "build tvx"
command: pushd tvx && go build .