Skip to content

Commit

Permalink
ci: additionally check that Picus terminates properly
Browse files Browse the repository at this point in the history
This would have caught the mistake fixed in #38
  • Loading branch information
sorawee committed Sep 26, 2023
1 parent eb2e8cd commit 0da4653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/circomlib-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
['safe #px"(?m:^weak uniqueness: safe\\.$)"]
['unsafe #px"(?m:^weak uniqueness: unsafe\\.$)"]
['unknown #px"(?m:^weak uniqueness: unknown\\.$)"])
(get-output-string string-port))]
(get-output-string string-port))
(check-not-false timing-info)]
['timeout
(check-false timing-info)])
(flush))
Expand Down

0 comments on commit 0da4653

Please sign in to comment.