Skip to content

Commit 8296eb4

Browse files
Protocol options (#85)
* CompactList & SyncMessage & Syncer
1 parent 78d5e8f commit 8296eb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4360
-2724
lines changed

.github/workflows/unit-testing.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ jobs:
1313
run: cargo build --release --features big
1414
shell: bash
1515
- name: Test big
16-
run: cargo test --features big
16+
run: cargo test --features big,proto_all
1717
shell: bash
1818
- name: Test small
19-
run: cargo test --features small
19+
run: cargo test --features small,proto_all
20+
shell: bash
21+
- name: Test small ship
22+
run: cargo test --features small,proto_ship
23+
shell: bash
24+
- name: Test small sync
25+
run: cargo test --features small,proto_sync
2026
shell: bash

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ target/
33
.vscode/
44
build/
55
storage.db
6-
sat/
6+
sat.*/
77
gnd/
8+
ctl
89
log
10+
*.pid

.idea/space.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)