mirror of
https://github.com/jimeh/go-tmux.git
synced 2026-02-19 04:46:40 +00:00
6 lines
52 B
Makefile
6 lines
52 B
Makefile
default: test
|
|
|
|
.PHONY: test
|
|
test:
|
|
go test -v ./...
|