mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
7242ce9316
* Added Github action to run unit tests and connect to Codecov Signed-off-by: dereknola <derek.nola@suse.com>
3 lines
40 B
Bash
Executable File
3 lines
40 B
Bash
Executable File
#!/bin/bash
|
|
go test -cover -v ./pkg/...
|