Commit 81ded0e
fix nix develop command syntax in CI workflow
Use bash -c to properly execute cargo test commands within nix develop.
Previously, the quoted command string was treated as a single executable
name instead of being parsed as a command with arguments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent aa3a9c6 commit 81ded0e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments