Skip to content

Commit

Permalink
add ethereum_json_rpc and pre_and_post_upgrade to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 13, 2023
1 parent 9272beb commit 0a174ce
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 @@ -86,14 +86,12 @@
# "examples/stable_structures",
# "examples/service",
# "examples/outgoing_http_requests",
# "examples/pre_and_post_upgrade",
# "examples/rejections",
# "examples/robust_imports",
# "examples/run_time_errors",
# "examples/rust_type_conversions",
# "examples/complex_types",
# "examples/composite_queries",
# "examples/ethereum_json_rpc",
# "examples/func_types",
# "examples/generics",
# "examples/guard_functions",
Expand Down Expand Up @@ -162,6 +160,7 @@ jobs:
"examples/complex_init",
"examples/cross_canister_calls",
"examples/cycles",
"examples/ethereum_json_rpc",
"examples/date",
"examples/heartbeat",
"examples/imports",
Expand All @@ -183,6 +182,7 @@ jobs:
"examples/notify_raw",
"examples/null_example",
"examples/optional_types",
"examples/pre_and_post_upgrade",
"examples/primitive_types",
"examples/principal",
"examples/query",
Expand Down

0 comments on commit 0a174ce

Please sign in to comment.