mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
6b3285b7e3
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
3 lines
74 B
Bash
Executable File
3 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
go test -cover -coverpkg=./... -covermode=atomic -v ./pkg/...
|