Skip to content

Commit 38484d2

Browse files
committed
Add type checking and running tests
1 parent 226b8e4 commit 38484d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

surveys/micro/2025-06-compiler-performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Type: matrix (optional)
8181

8282
Workflows:
8383

84+
- Type checking (change code, type check using *cargo check* or IDE)
85+
- Running tests (change code, run tests *cargo test* or IDE)
8486
- Unoptimized rebuilds (change code, rebuild without optimizations)
8587
- Optimized rebuilds (change code, rebuild with optimizations)
8688
- Workspace rebuilds (change a crate which causes multiple other crates in your workspace to be rebuilt)

0 commit comments

Comments
 (0)