Skip to content

Commit 5c5ca39

Browse files
authored
test: disable gc for morpho test (#460)
1 parent a233ff3 commit 5c5ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
project:
2323
- repo: "morpho-org/morpho-data-structures"
2424
dir: "morpho-data-structures"
25-
cmd: "--function testProve --loop 4 --solver-command yices-smt2 --solver-threads 3"
25+
cmd: "--function testProve --loop 4 --solver-command yices-smt2 --solver-threads 3 --disable-gc"
2626
branch: ""
2727
profile: ""
2828
- repo: "morpho-org/morpho-blue"

0 commit comments

Comments
 (0)