Skip to content

Commit e217fb4

Browse files
authored
Merge pull request #163 from firstbatchxyz/erhant/req-response-for-specs
feat: request-response for spec-sharing
2 parents 2b453cb + 5b7fc05 commit e217fb4

File tree

25 files changed

+1448
-159
lines changed

25 files changed

+1448
-159
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
# Source files in each member
99
- "compute/src/**"
1010
- "p2p/src/**"
11+
- "monitor/src/**"
1112
- "workflows/src/**"
1213
# Cargo in each member
1314
- "compute/Cargo.toml"
1415
- "p2p/Cargo.toml"
1516
- "workflows/Cargo.toml"
17+
- "monitor/Cargo.toml"
1618
# root-level Cargo
1719
- "Cargo.lock"
1820
# workflow itself

0 commit comments

Comments
 (0)