add nix flake check
This commit is contained in:
parent
e8deac6ee6
commit
c2c980e31d
9
Makefile
9
Makefile
|
@ -1,7 +1,14 @@
|
|||
# unit tests independent of your environment. Aspires to be the default CI job.
|
||||
.PHONY: check
|
||||
test:
|
||||
nix build .#e11sync-gunicorn.tests.simple -L
|
||||
nix flake check
|
||||
|
||||
# Dev.
|
||||
.PHONY: run
|
||||
run:
|
||||
app/manage.py runserver
|
||||
|
||||
# "Like production". Run with "run-caddy".
|
||||
.PHONY: run-gunicorn
|
||||
run-gunicorn:
|
||||
nix run .#e11sync-gunicorn
|
||||
|
|
Loading…
Reference in New Issue