Skip to content

Commit

Permalink
add test entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Jan 29, 2024
1 parent 9146036 commit 1fc05aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions golang/contracts/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "testing"

func TestEntrance(t *testing.T) {
main()
}
7 changes: 7 additions & 0 deletions golang/ecosystem/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "testing"

func TestEntrance(t *testing.T) {
main()
}

0 comments on commit 1fc05aa

Please sign in to comment.