8 lines
130 B
Makefile
8 lines
130 B
Makefile
.PHONY: check
|
|
test:
|
|
nix build .#e11sync-gunicorn.tests.simple -L
|
|
|
|
.PHONY: run-gunicorn
|
|
run-gunicorn:
|
|
nix run .#e11sync-gunicorn
|