Skip to content

Commit

Permalink
Switch to TLC's generate mode to prevent it from generating an acti…
Browse files Browse the repository at this point in the history
…on's complete set of successor states.

Signed-off-by: Markus Alexander Kuppe <[email protected]>
  • Loading branch information
lemmy committed Aug 19, 2024
1 parent b2bba8f commit b295f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Sany
run: sany *.tla
- name: Random exploration with TLC
run: tlc -workers auto -simulate num=1000 MCpbft.tla
run: tlc -workers auto -generate num=1000 -depth 25 MCpbft.tla

0 comments on commit b295f93

Please sign in to comment.