Skip to content

Commit

Permalink
put service tests in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 26, 2024
1 parent 6aa3ab1 commit 24e5470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
run: |
EXAMPLE_DIRECTORIES=$(cat << END
[
"tests/property/candid_rpc/class_api/service",
"tests/property/candid_rpc/class_api/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",
Expand Down Expand Up @@ -104,6 +102,7 @@ jobs:
"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/service",
"tests/property/candid_rpc/class_api/text",
"tests/property/candid_rpc/class_api/tuple",
"tests/property/candid_rpc/class_api/variant",
Expand Down Expand Up @@ -136,6 +135,7 @@ jobs:
"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/service",
"tests/property/candid_rpc/functional_api/text",
"tests/property/candid_rpc/functional_api/tuple",
"tests/property/candid_rpc/functional_api/variant",
Expand Down

0 comments on commit 24e5470

Please sign in to comment.