Skip to content

Commit

Permalink
fix a yaml typo and update cuzz for better maximums on nat and int
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 16, 2024
1 parent 2936ea8 commit f89bc53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/workflows/run_test.yml
with:
directories: ${{ matrix.test_group.directories }}
exclude-dirs: class_syntax/new class_syntax/ethereum_json_rpc class_syntax/motoko_examples/superheroes class_syntax/motoko_examples/outgoing_http_requests class_syntax/recursion class_syntax/tuple_types
exclude-dirs: class_syntax/new class_syntax/ethereum_json_rpc class_syntax/motoko_examples/superheroes class_syntax/outgoing_http_requests class_syntax/recursion class_syntax/tuple_types
fuzz: true
call-delay: ${{ inputs.call-delay }}
timeout: ${{ inputs.timeout }}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
"cuzz": "github:demergent-labs/cuzz#983028141f64e7968a3a0c4f305e75c245480115",
"cuzz": "github:demergent-labs/cuzz#6cb5f7b2b4c473bb487da472859e29cab16f25a0",
"deep-is": "^0.1.4",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down

0 comments on commit f89bc53

Please sign in to comment.