This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
k3s
Watch
1
Star
0
Fork
0
You've already forked k3s
mirror of
https://github.com/k3s-io/k3s.git
synced
2024-06-07 19:41:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
736c262612
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
Reference in New Issue
Copy Permalink