Add Go test skipping command

This commit is contained in:
James Skemp 2023-06-26 14:28:12 -05:00
parent f129ac43e8
commit f9248834bb
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ go mod tidy
go test
go test -v
# testing.Short() returns true. Useful for t.Skip()ing long/integration tests.
go test -short
# Generate a platform-specific application.
go build