There was an error while loading. Please reload this page.
1 parent e8f5189 commit dd5b0ddCopy full SHA for dd5b0dd
1 file changed
docs/epics/epic-1-foundation.md
@@ -250,7 +250,7 @@ fn send_tx(
250
251
### Ticket 1.7: CI/CD Pipeline
252
253
-**Status:** Not Started
+**Status:** ✅ Done
254
**Priority:** P1
255
**Estimated Effort:** Small
256
@@ -282,10 +282,10 @@ jobs:
282
```
283
284
**Acceptance Criteria:**
285
-- [ ] CI runs on push/PR to main
286
-- [ ] `cargo build-sbf` step passes
287
-- [ ] `cargo test-sbf` step passes
288
-- [ ] Caching configured for faster builds
+- [x] CI runs on push/PR to main
+- [x] `cargo build-sbf` step passes
+- [x] `cargo test-sbf` step passes
+- [x] Caching configured for faster builds
289
290
**Testing:** Push to a branch, verify CI passes on GitHub.
291
0 commit comments