mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 12:19:54 +00:00
* 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/...
|