chore: add missing gotestsum to nix dev shell (#9169)
This PR adds `gotestsum` to the nix dev shell. Running the tests without having`gotestsum` systemwide installed works now. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9169 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Daniel Laguna <labellson@fastmail.com> Co-committed-by: Daniel Laguna <labellson@fastmail.com>
This commit is contained in:
parent
46c3814a4a
commit
e0d6705b71
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pkgs.mkShell {
|
|||
sqlite
|
||||
go
|
||||
gopls
|
||||
gotestsum
|
||||
|
||||
# tests
|
||||
openssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue