Skip to content

Commit

Permalink
fix the fuzz exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 17, 2024
1 parent 95b83be commit 3544d3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ 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/outgoing_http_requests class_syntax/recursion class_syntax/tuple_types
exclude-dirs: >-
stable/test/end_to_end/candid_rpc/new
stable/test/end_to_end/candid_rpc/ethereum_json_rpc
stable/test/end_to_end/candid_rpc/motoko_examples/superheroes
stable/test/end_to_end/candid_rpc/outgoing_http_requests
stable/test/end_to_end/candid_rpc/recursion
stable/test/end_to_end/candid_rpc/tuple_types
fuzz: true
call-delay: ${{ inputs.call-delay }}
timeout: ${{ inputs.timeout }}
Expand Down

0 comments on commit 3544d3a

Please sign in to comment.