Commit 4e2703a
ci: exclude
## Summary
- Excludes `db-compat-test` crate from being built in the test job
- Reduces unnecessary build time since this crate is not executed by the test harness
## Changes
Added `--exclude db-compat-test` flag to both test commands in the workflow:
- Regular test run (`cargo nextest run`)
- Code coverage test run (`cargo llvm-cov nextest`)
This optimization skips building a crate that isn't used during testing, improving CI efficiency.
🤖 Generated with [Claude Code](https://claude.ai/code)
---
Co-authored-by: Claude <noreply@anthropic.com>db-compat-test from test job builds (#286)1 parent c04d689 commit 4e2703a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments