mirror of
https://github.com/codecat/go-enet.git
synced 2025-12-08 05:59:47 +00:00
3 lines
127 B
Makefile
3 lines
127 B
Makefile
|
|
test:
|
||
|
|
docker build -t go-enet .
|
||
|
|
docker run --rm -e "GODEBUG=cgocheck=2" go-enet go test -v -test.timeout=30s -count=1 ./...
|