Skip to content
Snippets Groups Projects
Commit bda44b16 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

ci: run nix dynamic build test with `DIRENV_DEVSHELL=dynamic`

parent e2280aa1
No related branches found
No related tags found
1 merge request!526Nix stuff, target optimised static binary builds + rename `conduit_cache_capacity_modifier` to `cache_capacity_modifier`
......@@ -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
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment