diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/vmihailenco/msgpack/v5/Makefile')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/vmihailenco/msgpack/v5/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/vmihailenco/msgpack/v5/Makefile b/teleirc/matterbridge/vendor/github.com/vmihailenco/msgpack/v5/Makefile new file mode 100644 index 0000000..e9aade7 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/vmihailenco/msgpack/v5/Makefile @@ -0,0 +1,6 @@ +test: + go test ./... + go test ./... -short -race + go test ./... -run=NONE -bench=. -benchmem + env GOOS=linux GOARCH=386 go test ./... + go vet |
