added github workflow
This commit is contained in:
10
main_test.go
Normal file
10
main_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(t *testing.T) {
|
||||
// Basic test to ensure the main package can be imported and tested
|
||||
t.Log("TurtleSilicon main package test passed")
|
||||
}
|
Reference in New Issue
Block a user