Adding ability to run all tests inside docker containers (#973)

* Adding ability to run all tests inside docker containers

* Adding test dockerfile

* Small changes to the testing sections
This commit is contained in:
Aaron Schlesinger
2019-02-15 10:16:02 -08:00
committed by Michal Pristas
parent c3d1d14d23
commit c2647da423
5 changed files with 84 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM golang:1.11
RUN mkdir -p /athens/tests
WORKDIR /athens/tests
COPY . .