From a1ae14605cd965a3c780bb0b69097dd7896a9773 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Wed, 21 Jun 2023 18:25:12 +0200 Subject: [PATCH] Add --target dev to dev instruction to skip tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943f612..344f6b5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ for usage examples. ### Development ```sh -docker build -t goutubedl-dev . +docker build --target dev -t goutubedl-dev . docker run --rm -ti -v "$PWD:$PWD" -w "$PWD" goutubedl-dev go test -v -race -cover ```