1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

5 lines
70 B
Bash
Raw Normal View History

2019-04-09 21:55:15 +06:00
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...