Skip to content

Commit

Permalink
ci: add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega committed Jul 6, 2021
1 parent 7316e46 commit 05fd2af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/first_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package test

import (
"fmt"
"testing"
)

func Test_app(t *testing.T) {
fmt.Println("test pass")
}

0 comments on commit 05fd2af

Please sign in to comment.