Commit fa740d3
committed
justfile(fix[start]): Drop redundant test pre-run
why: just start ran the suite twice on launch. The explicit
`just test` line and pytest-watcher's `now = true` both trigger a
run at startup, so the suite executed back-to-back before watching.
what:
- Remove the `just test` line from the start recipe; ptw's
now=true already runs once on launch, then watches1 parent 0b494ab commit fa740d3
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments