You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,8 @@ steps:
40
40
41
41
## Notes
42
42
43
-
Lists tests by executing `go test ./... -list .` in the `GITHUB_WORKSPACE` (checkout) directory. Use the `packages` input to customize the packages string, and the `list` input to customize the list pattern. (See action.yml for details)
43
+
Lists tests by executing `go test ./... -list .` in the `GITHUB_WORKSPACE` (checkout) directory.
44
+
45
+
Use the `packages` input to customize the packages string, and the `list` input to customize the list pattern. Pass additional test flags using `flags` (See action.yml for details)
0 commit comments