Skip to content

Commit f7be58c

Browse files
committed
enable SMV LTL Buechi tests in CI
1 parent 0db1792 commit f7be58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
run: cp ebmc/ebmc src/ebmc/
219219
- name: run the Verilog buechi tests
220220
run: make -C regression/verilog test-buechi
221-
- name: run the ebmc-spot tests
222-
run: make -C regression/ebmc-spot
221+
- name: run the SMV buechi tests
222+
run: make -C regression/smv test-buechi
223223

224224
# This job takes approximately 1 minute
225225
examples:

0 commit comments

Comments
 (0)