Skip to content

Commit

Permalink
exclude some fuzz directories, update cuzz to fiz nat and skip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 16, 2024
1 parent bd23f1d commit dac3d74
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
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
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#67dcffc3dd52e9a60c6f49cefbf7e9255a034934",
"cuzz": "github:demergent-labs/cuzz#eb5b2512d5b32e3e5d53f78a9ad796e77bef4487",
"deep-is": "^0.1.4",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down

0 comments on commit dac3d74

Please sign in to comment.