mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
* 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>
2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/bin/bash
|
|
go test -v ./pkg/... -run Unit
|