mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
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:
committed by
Michal Pristas
parent
c3d1d14d23
commit
c2647da423
@@ -0,0 +1,7 @@
|
||||
FROM golang:1.11
|
||||
|
||||
RUN mkdir -p /athens/tests
|
||||
|
||||
WORKDIR /athens/tests
|
||||
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user