You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,40 @@ _The diagram above illustrates the parallel execution patterns in our CI/CD syst
142
142
143
143
**Note**: Self-hosted Runners are just used to keep the logs running in the GitHub Actions UI for over 6 hours, the Integration Tests are not run in the Self-hosted Runner itself, but in the deployed VMs in GCP through GitHub Actions.
144
144
145
-
### 5. Queue Management
145
+
### 5. Rust build caching
146
+
147
+
Rust jobs cache `~/.cargo` and dependency artifacts in `target/` through
0 commit comments