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
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,45 @@ _The diagram above illustrates the parallel execution patterns in our CI/CD syst
138
138
139
139
**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.
140
140
141
-
### 5. Queue Management
141
+
### 5. Rust build caching
142
+
143
+
Rust jobs cache `~/.cargo` and dependency artifacts in `target/` through
0 commit comments