Commit 0407c7e
fix(ci): quote store:: test filter so db-checks.yml parses on GitHub
The unquoted trailing '::' in 'cargo test --lib store::' is invalid
plain-scalar YAML in block context, so GitHub rejected the entire
workflow at parse time: startup_failure, zero jobs, no check run.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d52647e commit 0407c7e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments