Skip to content

Commit

Permalink
reorder, add inspect_message to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 9, 2023
1 parent dfd052e commit 43b0408
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 @@ -100,7 +100,6 @@
# "examples/guard_functions",
# "examples/ic_api",
# "examples/inline_types",
# "examples/inspect_message",
# "examples/motoko_examples/http_counter",
# "examples/motoko_examples/persistent-storage",
# "examples/motoko_examples/phone-book",
Expand Down Expand Up @@ -165,8 +164,9 @@ jobs:
"examples/cycles",
"examples/date",
"examples/heartbeat",
"examples/init",
"examples/imports",
"examples/init",
"examples/inspect_message",
"examples/key_value_store",
"examples/ledger_canister",
"examples/list_of_lists",
Expand Down

0 comments on commit 43b0408

Please sign in to comment.