Skip to content

Commit

Permalink
Do not parse *all* specs because Apalache module is not there.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Alexander Kuppe <[email protected]>
  • Loading branch information
lemmy committed Sep 4, 2024
1 parent 1c1c3a0 commit 3f99960
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
cd tla-bin
./download_or_update_tla.sh --nightly
sudo ./install.sh
- name: Sany
run: sany *.tla
- name: Random generation with TLC
run: JAVA_OPTS="-Dtlc2.TLC.stopAfter=600 -XX:+UseParallelGC" tlc -workers auto -generate MCpbft.tla

Expand All @@ -106,7 +104,5 @@ jobs:
cd tla-bin
./download_or_update_tla.sh --nightly
sudo ./install.sh
- name: Sany
run: sany *.tla
- name: Random simulation with TLC
run: JAVA_OPTS="-Dtlc2.TLC.stopAfter=600 -XX:+UseParallelGC" tlc -workers auto -simulate MCpbft.tla

0 comments on commit 3f99960

Please sign in to comment.