We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4809273 commit 33ebe6eCopy full SHA for 33ebe6e
AGENTS.md
@@ -498,6 +498,9 @@ like `LEARNINGS.md` are not.
498
specific directory) to get the most information about which test failed
499
and to avoid introducing test order dependencies. Use `-shuffle=on`
500
not `-shuffle=$RANDOM` -- Go picks and prints the seed for you.
501
+- **Run long commands in the background**: `go test`, `go vet`, `go build`,
502
+ and `nix run '.#pre-commit'` can all be run as background tasks so you can
503
+ continue working while they execute.
504
- Depend on `pre-commit` (which is automatically run when you make a commit) to
505
catch formatting issues. **DO NOT** attempt to use `gofmt` or any other
506
formatting tool directly
0 commit comments