mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-07 19:10:26 +08:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/bash
|
|
go test -race ./...
|
|
go test -cover ./...
|
|
go test -v ./...
|