just docker

This commit is contained in:
6543 2023-02-13 21:04:32 +01:00
parent 3b321e60b5
commit d6dbfcf61d
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ integration:
integration-run TEST:
go test -race -tags 'integration {{TAGS}}' -run "^{{TEST}}$" codeberg.org/codeberg/pages/integration/...
docker:
docker run --rm -it --user $(id -u) -v $(pwd):/work --workdir /work -e HOME=/work codeberg.org/6543/docker-images/golang_just