Skip to content

Commit

Permalink
test: disable gc for morpho test (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Feb 15, 2025
1 parent a233ff3 commit 5c5ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
project:
- repo: "morpho-org/morpho-data-structures"
dir: "morpho-data-structures"
cmd: "--function testProve --loop 4 --solver-command yices-smt2 --solver-threads 3"
cmd: "--function testProve --loop 4 --solver-command yices-smt2 --solver-threads 3 --disable-gc"
branch: ""
profile: ""
- repo: "morpho-org/morpho-blue"
Expand Down

0 comments on commit 5c5ca39

Please sign in to comment.