Skip to content

Commit

Permalink
add to the tests missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 14, 2023
1 parent a81ed3f commit d481c66
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 @@ -82,7 +82,6 @@

# These are the ones that don't work
# "examples/tuple_types",
# "examples/stable_structures",
# "examples/service",
# "examples/outgoing_http_requests",
# "examples/robust_imports",
Expand All @@ -94,7 +93,6 @@
# "examples/generics",
# "examples/guard_functions",
# "examples/inline_types",
# "examples/motoko_examples/persistent-storage",
# "examples/motoko_examples/superheroes",
# "examples/motoko_examples/threshold_ecdsa",

Expand Down Expand Up @@ -173,6 +171,7 @@ jobs:
"examples/motoko_examples/hello-world",
"examples/motoko_examples/http_counter",
"examples/motoko_examples/minimal-counter-dapp",
"examples/motoko_examples/persistent-storage",
"examples/motoko_examples/phone-book",
"examples/motoko_examples/quicksort",
"examples/motoko_examples/simple-to-do",
Expand All @@ -189,6 +188,7 @@ jobs:
"examples/simple_erc20",
"examples/simple_user_accounts",
"examples/stable_memory",
"examples/stable_structures",
"examples/timers",
"examples/update"
]
Expand Down

0 comments on commit d481c66

Please sign in to comment.