ci: try running nix-build-and-cache prior dynamic build test

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-05 02:48:36 -04:00
parent 17a3ed4c56
commit 8691141237

View file

@ -184,5 +184,6 @@ cargo test \
name = "nix-default"
group = "tests"
script = """
nix run .#default -- --help
bin/nix-build-and-cache just .#default
nix run -L .#default -- --help
"""