mirror of
https://github.com/Morantron/tmux-fingers.git
synced 2026-09-10 07:26:32 -04:00
run tests within container with "make test"
This commit is contained in:
parent
56d447282d
commit
7fa3cc3a6f
3
Makefile
3
Makefile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue