isolate stress tests

This commit is contained in:
aler9
2020-12-16 13:23:42 +01:00
parent 4b3b0bb73c
commit 007cfb33ae
+1 -1
View File
@@ -61,7 +61,7 @@ lint:
stress:
docker build -q . -f stress/$(NAME)/Dockerfile -t temp
docker run --rm -it --network=host temp
docker run --rm -it -p 9999:9999 temp
define DOCKERFILE_RUN
FROM amd64/$(BASE_IMAGE)