Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Aug 27, 2024
1 parent e9a2c36 commit 4a77ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
# TODO: enable after migrating morpho-data-structures tests to use new cheatcode instead of --symbolic-storage
# - repo: "morpho-org/morpho-data-structures"
# dir: "morpho-data-structures"
# cmd: "--function testProve --loop 4
# cmd: "--function testProve --loop 4"
# branch: ""
# profile: ""
# temporary forked repo with updated tests
# temporary forked repo with updated tests
- repo: "daejunpark/morpho-data-structures"
dir: "morpho-data-structures"
cmd: "--function testProve --loop 4
cmd: "--function testProve --loop 4"
branch: "ci/halmos"
profile: ""
- repo: "a16z/cicada"
Expand Down

0 comments on commit 4a77ff9

Please sign in to comment.