run tests within container with "make test"

This commit is contained in:
Jorge Morante 2026-01-11 18:53:52 +01:00
parent 56d447282d
commit 7fa3cc3a6f

View file

@ -6,3 +6,6 @@ shell: default
dev: default
docker run -it --rm -v $(shell pwd):/app fingers bash -c "/opt/use-tmux.sh 3.6a; FINGERS_LOG_PATH='/app/fingers.log' shards build; tmux -f spec/conf/dev.conf \; new-session \; split-window 'tail -f /root/.local/state/tmux-fingers/fingers.log' \; last-pane"
test: default
docker run -it --rm -v $(shell pwd):/app fingers bash -c "shards install && crystal spec"