Skip to content

Commit

Permalink
Protocol options (#85)
Browse files Browse the repository at this point in the history
* CompactList & SyncMessage & Syncer
  • Loading branch information
John-LittleBearLabs authored Feb 20, 2024
1 parent 78d5e8f commit 8296eb4
Show file tree
Hide file tree
Showing 77 changed files with 4,360 additions and 2,724 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/unit-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:
run: cargo build --release --features big
shell: bash
- name: Test big
run: cargo test --features big
run: cargo test --features big,proto_all
shell: bash
- name: Test small
run: cargo test --features small
run: cargo test --features small,proto_all
shell: bash
- name: Test small ship
run: cargo test --features small,proto_ship
shell: bash
- name: Test small sync
run: cargo test --features small,proto_sync
shell: bash
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target/
.vscode/
build/
storage.db
sat/
sat.*/
gnd/
ctl
log
*.pid
3 changes: 2 additions & 1 deletion .idea/space.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8296eb4

Please sign in to comment.