L4JYZ7BMT2QEUBVOWSNERK7N5GDSVWYXENMWEOGL63ASAHXBDYOQC [nix-shell]$ make check[nix-shell]$ # to run as many tests as you have cores:[nix-shell]$ make check YATH_JOB_COUNT=$NIX_BUILD_CORES[nix-shell]$ # or run yath directly:[nix-shell]$ yath test[nix-shell]$ # to run as many tests as you have cores:[nix-shell]$ yath test -j $NIX_BUILD_CORES
```console[nix-shell]$ make check[nix-shell]$ # to run as many tests as you have cores:[nix-shell]$ make check YATH_JOB_COUNT=$NIX_BUILD_CORES[nix-shell]$ # or run yath directly:[nix-shell]$ yath test[nix-shell]$ # to run as many tests as you have cores:[nix-shell]$ yath test -j $NIX_BUILD_CORES```
export HYDRA_DBI="dbi:Pg:dbname=hydra;host=dbserver.example.org;user=hydra;"export HYDRA_DATA=/var/lib/hydra
```consoleexport HYDRA_DBI="dbi:Pg:dbname=hydra;host=dbserver.example.org;user=hydra;"export HYDRA_DATA=/var/lib/hydra```
$ hydra-create-user alice --full-name 'Alice Q. User' \--email-address 'alice@example.org' --password foobar --role admin
```console$ hydra-create-user alice --full-name 'Alice Q. User' \--email-address 'alice@example.org' --password foobar --role admin```