added github workflow

This commit is contained in:
aomizu
2025-06-04 11:19:44 +09:00
parent 48146b3bee
commit 3a2d10b17b
4 changed files with 96 additions and 0 deletions

10
main_test.go Normal file
View 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")
}