ci: run nix dynamic build test with DIRENV_DEVSHELL=dynamic
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -184,6 +184,10 @@ cargo test \
|
|||||||
name = "nix-default"
|
name = "nix-default"
|
||||||
group = "tests"
|
group = "tests"
|
||||||
script = """
|
script = """
|
||||||
bin/nix-build-and-cache just .#default
|
env DIRENV_DEVSHELL=dynamic \
|
||||||
nix run -L .#default -- --help
|
direnv exec . \
|
||||||
|
bin/nix-build-and-cache just .#default
|
||||||
|
env DIRENV_DEVSHELL=dynamic \
|
||||||
|
direnv exec . \
|
||||||
|
nix run -L .#default -- --help
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user