Created
April 16, 2024 10:13
-
-
Save detj/e84b8fb8ff50c3f79de359274f27e551 to your computer and use it in GitHub Desktop.
run go test multiple times in fish shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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