mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
target to run single unit test
This commit is contained in:
parent
6b0813abe0
commit
a92088f8e8
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
@ -31,6 +31,9 @@ tool-gofumpt:
|
|||
test:
|
||||
go test -race codeberg.org/codeberg/pages/server/...
|
||||
|
||||
test-run TEST:
|
||||
go test -race -run "^{{TEST}}$" codeberg.org/codeberg/pages/server/...
|
||||
|
||||
integration:
|
||||
go test -race -tags integration codeberg.org/codeberg/pages/integration/...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue