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 cc138a1 commit e462ab3
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 @@ -64,8 +64,8 @@ jobs:
run: |
EXAMPLE_DIRECTORIES=$(cat << END
[
"tests/property/candid_rpc/class_syntax/service",
"tests/property/candid_rpc/class_syntax/stable_b_tree_map",
"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/end_to_end/http_server/ethers_base",
Expand All @@ -76,38 +76,38 @@ jobs:
"examples/ckbtc",
"examples/hello_world",
"examples/hello_world_candid_rpc",
"tests/property/candid_rpc/class_syntax/blob",
"tests/property/candid_rpc/class_syntax/bool",
"tests/property/candid_rpc/class_syntax/canister_methods/http_request",
"tests/property/candid_rpc/class_syntax/canister_methods/http_request_update",
"tests/property/candid_rpc/class_syntax/canister_methods/init",
"tests/property/candid_rpc/class_syntax/canister_methods/inspect_message",
"tests/property/candid_rpc/class_syntax/canister_methods/post_upgrade",
"tests/property/candid_rpc/class_syntax/canister_methods/pre_upgrade",
"tests/property/candid_rpc/class_syntax/canister_methods/query",
"tests/property/candid_rpc/class_syntax/canister_methods/update",
"tests/property/candid_rpc/class_syntax/float32",
"tests/property/candid_rpc/class_syntax/float64",
"tests/property/candid_rpc/class_syntax/func",
"tests/property/candid_rpc/class_syntax/int",
"tests/property/candid_rpc/class_syntax/int16",
"tests/property/candid_rpc/class_syntax/int32",
"tests/property/candid_rpc/class_syntax/int64",
"tests/property/candid_rpc/class_syntax/int8",
"tests/property/candid_rpc/class_syntax/nat",
"tests/property/candid_rpc/class_syntax/nat16",
"tests/property/candid_rpc/class_syntax/nat32",
"tests/property/candid_rpc/class_syntax/nat64",
"tests/property/candid_rpc/class_syntax/nat8",
"tests/property/candid_rpc/class_syntax/null",
"tests/property/candid_rpc/class_syntax/opt",
"tests/property/candid_rpc/class_syntax/principal",
"tests/property/candid_rpc/class_syntax/record",
"tests/property/candid_rpc/class_syntax/recursive",
"tests/property/candid_rpc/class_syntax/text",
"tests/property/candid_rpc/class_syntax/tuple",
"tests/property/candid_rpc/class_syntax/variant",
"tests/property/candid_rpc/class_syntax/vec",
"tests/property/candid_rpc/class_api/blob",
"tests/property/candid_rpc/class_api/bool",
"tests/property/candid_rpc/class_api/canister_methods/http_request",
"tests/property/candid_rpc/class_api/canister_methods/http_request_update",
"tests/property/candid_rpc/class_api/canister_methods/init",
"tests/property/candid_rpc/class_api/canister_methods/inspect_message",
"tests/property/candid_rpc/class_api/canister_methods/post_upgrade",
"tests/property/candid_rpc/class_api/canister_methods/pre_upgrade",
"tests/property/candid_rpc/class_api/canister_methods/query",
"tests/property/candid_rpc/class_api/canister_methods/update",
"tests/property/candid_rpc/class_api/float32",
"tests/property/candid_rpc/class_api/float64",
"tests/property/candid_rpc/class_api/func",
"tests/property/candid_rpc/class_api/int",
"tests/property/candid_rpc/class_api/int16",
"tests/property/candid_rpc/class_api/int32",
"tests/property/candid_rpc/class_api/int64",
"tests/property/candid_rpc/class_api/int8",
"tests/property/candid_rpc/class_api/nat",
"tests/property/candid_rpc/class_api/nat16",
"tests/property/candid_rpc/class_api/nat32",
"tests/property/candid_rpc/class_api/nat64",
"tests/property/candid_rpc/class_api/nat8",
"tests/property/candid_rpc/class_api/null",
"tests/property/candid_rpc/class_api/opt",
"tests/property/candid_rpc/class_api/principal",
"tests/property/candid_rpc/class_api/record",
"tests/property/candid_rpc/class_api/recursive",
"tests/property/candid_rpc/class_api/text",
"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",
Expand Down

0 comments on commit e462ab3

Please sign in to comment.