Skip to content

Commit

Permalink
Shorten MC run in CI verification to fit in CI timescale (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Oct 7, 2024
1 parent 2d4f690 commit 261602d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- "tla/**"
- "src/consensus/**"
- ".github/workflows/ci-verification.yml"
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:
- run: ./tlc.py mc consensus/MCabs.tla
- run: ./tlc.py --trace-name 1C2N mc --term-count 2 --request-count 2 --raft-configs 1C2N consensus/MCccfraft.tla
- run: ./tlc.py --trace-name 1C3N mc --term-count 2 --request-count 2 --raft-configs 1C3N consensus/MCccfraft.tla
- run: ./tlc.py --trace-name 1C3N mc --term-count 0 --request-count 3 --raft-configs 1C3N consensus/MCccfraft.tla

- name: Upload TLC traces
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 261602d

Please sign in to comment.