Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 23, 2024
1 parent 03acdca commit 86a1bb5
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
[
"tests/property/candid_rpc/class_api/service",
"tests/property/candid_rpc/class_api/stable_b_tree_map",
"tests/property/candid_rpc/functional_syntax/service",
"tests/property/candid_rpc/functional_syntax/stable_b_tree_map",
"tests/property/candid_rpc/functional_api/service",
"tests/property/candid_rpc/functional_api/stable_b_tree_map",
"tests/end_to_end/http_server/ethers_base",
"tests/end_to_end/http_server/http_outcall_fetch",
"tests/end_to_end/http_server/ic_evm_rpc",
Expand Down Expand Up @@ -108,38 +108,38 @@ jobs:
"tests/property/candid_rpc/class_api/tuple",
"tests/property/candid_rpc/class_api/variant",
"tests/property/candid_rpc/class_api/vec",
"tests/property/candid_rpc/functional_syntax/blob",
"tests/property/candid_rpc/functional_syntax/bool",
"tests/property/candid_rpc/functional_syntax/canister_methods/http_request",
"tests/property/candid_rpc/functional_syntax/canister_methods/http_request_update",
"tests/property/candid_rpc/functional_syntax/canister_methods/init",
"tests/property/candid_rpc/functional_syntax/canister_methods/inspect_message",
"tests/property/candid_rpc/functional_syntax/canister_methods/post_upgrade",
"tests/property/candid_rpc/functional_syntax/canister_methods/pre_upgrade",
"tests/property/candid_rpc/functional_syntax/canister_methods/query",
"tests/property/candid_rpc/functional_syntax/canister_methods/update",
"tests/property/candid_rpc/functional_syntax/float32",
"tests/property/candid_rpc/functional_syntax/float64",
"tests/property/candid_rpc/functional_syntax/func",
"tests/property/candid_rpc/functional_syntax/int",
"tests/property/candid_rpc/functional_syntax/int16",
"tests/property/candid_rpc/functional_syntax/int32",
"tests/property/candid_rpc/functional_syntax/int64",
"tests/property/candid_rpc/functional_syntax/int8",
"tests/property/candid_rpc/functional_syntax/nat",
"tests/property/candid_rpc/functional_syntax/nat16",
"tests/property/candid_rpc/functional_syntax/nat32",
"tests/property/candid_rpc/functional_syntax/nat64",
"tests/property/candid_rpc/functional_syntax/nat8",
"tests/property/candid_rpc/functional_syntax/null",
"tests/property/candid_rpc/functional_syntax/opt",
"tests/property/candid_rpc/functional_syntax/principal",
"tests/property/candid_rpc/functional_syntax/record",
"tests/property/candid_rpc/functional_syntax/recursive",
"tests/property/candid_rpc/functional_syntax/text",
"tests/property/candid_rpc/functional_syntax/tuple",
"tests/property/candid_rpc/functional_syntax/variant",
"tests/property/candid_rpc/functional_syntax/vec",
"tests/property/candid_rpc/functional_api/blob",
"tests/property/candid_rpc/functional_api/bool",
"tests/property/candid_rpc/functional_api/canister_methods/http_request",
"tests/property/candid_rpc/functional_api/canister_methods/http_request_update",
"tests/property/candid_rpc/functional_api/canister_methods/init",
"tests/property/candid_rpc/functional_api/canister_methods/inspect_message",
"tests/property/candid_rpc/functional_api/canister_methods/post_upgrade",
"tests/property/candid_rpc/functional_api/canister_methods/pre_upgrade",
"tests/property/candid_rpc/functional_api/canister_methods/query",
"tests/property/candid_rpc/functional_api/canister_methods/update",
"tests/property/candid_rpc/functional_api/float32",
"tests/property/candid_rpc/functional_api/float64",
"tests/property/candid_rpc/functional_api/func",
"tests/property/candid_rpc/functional_api/int",
"tests/property/candid_rpc/functional_api/int16",
"tests/property/candid_rpc/functional_api/int32",
"tests/property/candid_rpc/functional_api/int64",
"tests/property/candid_rpc/functional_api/int8",
"tests/property/candid_rpc/functional_api/nat",
"tests/property/candid_rpc/functional_api/nat16",
"tests/property/candid_rpc/functional_api/nat32",
"tests/property/candid_rpc/functional_api/nat64",
"tests/property/candid_rpc/functional_api/nat8",
"tests/property/candid_rpc/functional_api/null",
"tests/property/candid_rpc/functional_api/opt",
"tests/property/candid_rpc/functional_api/principal",
"tests/property/candid_rpc/functional_api/record",
"tests/property/candid_rpc/functional_api/recursive",
"tests/property/candid_rpc/functional_api/text",
"tests/property/candid_rpc/functional_api/tuple",
"tests/property/candid_rpc/functional_api/variant",
"tests/property/candid_rpc/functional_api/vec",
"tests/end_to_end/candid_rpc/class_syntax/async_await",
"tests/end_to_end/candid_rpc/class_syntax/audio_recorder",
"tests/end_to_end/candid_rpc/class_syntax/bitcoin",
Expand Down

0 comments on commit 86a1bb5

Please sign in to comment.