mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
just docker
This commit is contained in:
parent
3b321e60b5
commit
d6dbfcf61d
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue