.
is theadvent-of-code-2024
folder- Verbose output with
-v
flag
Run all tests:
go test ./...
Run tests in a folder:
go test ./day01
Run specific test in a folder:
go test ./day01 -run TestFirstHalf
.
is the advent-of-code-2024
folder-v
flagRun all tests:
go test ./...
Run tests in a folder:
go test ./day01
Run specific test in a folder:
go test ./day01 -run TestFirstHalf