services-flake/justfile
Shivaraj B H 72a3eaacc8
Process as test (VM -> Native test) (#38)
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2023-08-23 22:47:20 +05:30

15 lines
248 B
Makefile

default:
@just --list
# Run example
ex:
cd ./example && nix run . --override-input services-flake ..
# Auto-format the project tree
fmt:
treefmt
# Run native tests
test:
nix flake check test/ --override-input services-flake . -L