We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2305da commit 36e0574Copy full SHA for 36e0574
cmd/vsphere-csi/main_test.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+import (
4
+ "testing"
5
+)
6
7
+func TestRunMain(t *testing.T) {
8
+ main()
9
+}
0 commit comments