Skip to content

Commit

Permalink
add simple_erc20 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 22, 2023
1 parent 7476a49 commit ecf0f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
# "examples/run_time_errors",
# "examples/rust_type_conversions",
# "examples/service",
# "examples/simple_erc20",
# "examples/stable_memory",
# "examples/stable_structures",
# "examples/timers",
Expand Down Expand Up @@ -122,6 +121,7 @@ jobs:
EXAMPLE_DIRECTORIES=$(cat << END
[
"examples/query",
"examples/simple_erc20",
"examples/simple_user_accounts",
"examples/update"
]
Expand Down

0 comments on commit ecf0f3c

Please sign in to comment.