This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
0d75d74bc0
k3s
/
scripts
/
test-unit
3 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Redux: Add Unit Test Coverage to CI (#3524) * Added Github action to run unit tests and connect to Codecov Signed-off-by: dereknola <derek.nola@suse.com>
2021-06-29 18:27:50 +00:00
#!/bin/bash
Introduction of Integration Tests (#3695) * Commit of new etcd snapshot integration tests. * Updated integration github action to not run on doc changes. * Update Drone runner to only run unit tests Signed-off-by: dereknola <derek.nola@suse.com>
2021-07-26 16:59:33 +00:00
go test -v ./pkg/... -run Unit