Add --target dev to dev instruction to skip tests

This commit is contained in:
Mattias Wadman
2023-06-21 18:25:12 +02:00
parent 64f5dfc85b
commit a1ae14605c

View File

@ -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
```