mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-07 16:27:27 +00:00
More testing
This commit is contained in:
parent
ec3a52825f
commit
8a47082a5b
2 changed files with 10 additions and 0 deletions
1
testdata/nothing.go
vendored
Normal file
1
testdata/nothing.go
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
package gomod
|
||||
9
testdata/nothing_test.go
vendored
Normal file
9
testdata/nothing_test.go
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package gomod
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNothing(_ *testing.T) {
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue