mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-16 17:36:35 +00:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
go test -race ./...
|
|
go test -cover ./...
|
|
go test -v ./...
|