ci: run nix dynamic build test with DIRENV_DEVSHELL=dynamic
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e2280aa1a5
commit
bda44b16b1
1 changed files with 6 additions and 2 deletions
|
@ -184,6 +184,10 @@ cargo test \
|
|||
name = "nix-default"
|
||||
group = "tests"
|
||||
script = """
|
||||
bin/nix-build-and-cache just .#default
|
||||
nix run -L .#default -- --help
|
||||
env DIRENV_DEVSHELL=dynamic \
|
||||
direnv exec . \
|
||||
bin/nix-build-and-cache just .#default
|
||||
env DIRENV_DEVSHELL=dynamic \
|
||||
direnv exec . \
|
||||
nix run -L .#default -- --help
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue