Skip to content

Commit

Permalink
adding new to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward authored Oct 31, 2023
1 parent b255a11 commit 180f2ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tlaplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
cd tla/
./tlc.sh -workers auto consensus/MCccfraft.tla -dumpTrace tla MCccfraft.trace.tla -dumpTrace json MCccfraft.json
- name: MCccfraftAtomicReconfig.cfg
run: |
cd tla/
./tlc.sh -workers auto -config consensus/MCccfraftAtomicReconfig.cfg consensus/MCccfraft.tla -dumpTrace tla MCccfraftAtomicReconfig.trace.tla -dumpTrace json MCccfraftAtomicReconfig.json
- name: MCccfraftWithReconfig.cfg
run: |
cd tla/
Expand Down

0 comments on commit 180f2ee

Please sign in to comment.