Skip to content

Commit

Permalink
feat: add Testing interface
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Feb 28, 2024
1 parent 8278ad4 commit dac8a61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package ci

type Testing interface {
FailNow()
SkipNow()
}

0 comments on commit dac8a61

Please sign in to comment.