Skip to content

Commit

Permalink
Check executions up to length 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Apr 19, 2024
1 parent 8015f87 commit d54a95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarkraft/src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function verify(args: any) {
}

console.log(`Running Apalache (check ${args.monitor})...`)
const child = spawnSync(APALACHE_BIN, ['check', args.monitor])
const child = spawnSync(APALACHE_BIN, ['check', '--length=1', args.monitor])

switch (child.status) {
case 0: {
Expand Down

0 comments on commit d54a95a

Please sign in to comment.