Skip to content

Instantly share code, notes, and snippets.

@detj
Created April 16, 2024 10:13
Show Gist options
  • Save detj/e84b8fb8ff50c3f79de359274f27e551 to your computer and use it in GitHub Desktop.
Save detj/e84b8fb8ff50c3f79de359274f27e551 to your computer and use it in GitHub Desktop.
run go test multiple times in fish shell
for i in (seq 1 10)
go test ./...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment