Commit f194d2d
committed
ci: enhance linting workflow to test both stable and nightly toolchains
- Add matrix strategy to test with both stable and nightly Rust toolchains
- Remove separate build step and use cargo run directly for consistency
- Enable parallel execution of linting tests across toolchains
- Ensure CI matches local development workflow (./scripts/lint.sh)
- Provide comprehensive coverage for toolchain-specific compatibility issues1 parent 9872577 commit f194d2d
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments