test: add GitHub action for end-to-end tests (#5452)

Partial fix for #5291.
This commit is contained in:
Erik Grinaker
2020-10-05 12:44:35 +02:00
committed by GitHub
parent 090afe30f9
commit 7e27e9b852
4 changed files with 50 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
# instead of spending time compiling them.
FROM golang:1.15
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y libleveldb-dev librocksdb-dev
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
RUN apt-get -qq install -y libleveldb-dev librocksdb-dev >/dev/null
# Set up build directory /src/tendermint
ENV TENDERMINT_BUILD_OPTIONS badgerdb,boltdb,cleveldb,rocksdb