Skip to content

Commit

Permalink
merge private main
Browse files Browse the repository at this point in the history
  • Loading branch information
josehu07 committed Oct 9, 2023
2 parents 043a157 + cb7f738 commit 14ede9d
Show file tree
Hide file tree
Showing 25 changed files with 3,960 additions and 720 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests_proc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Run proc tests
run: python3 scripts/workflow_test.py
- name: Run proc tests (MultiPaxos)
run: python3 scripts/workflow_test.py -p MultiPaxos
- name: Run proc tests (Raft)
run: python3 scripts/workflow_test.py -p Raft
2 changes: 1 addition & 1 deletion .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Run unit tests
- name: Run all unit tests
run: cargo test --workspace --verbose
Loading

0 comments on commit 14ede9d

Please sign in to comment.