Commit 8a0db27
committed
Address PR feedback: fix test command and SQLite Docker note
- Change `dotnet test --no-build` to `dotnet test --no-restore` so tests
build as needed on clean checkouts
- Clarify that SQLite tests run in-process and don't require Docker,
while only containerized providers need a Docker daemon
https://claude.ai/code/session_0147Z5VzzZpX1pUfaAapNZie1 parent d972059 commit 8a0db27
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments