Skip to content

Commit

Permalink
add async_await tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 22, 2023
1 parent b830683 commit c53e5d9
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 @@ -14,7 +14,6 @@
# The check-basic-integration-tests-success job is designed to ensure that all jobs spun up from the matrix in the basic-integration-tests have succeeded

# All Examples TODO restore when https://github.com/demergent-labs/azle/issues/1192 is resolved
# "examples/async_await",
# "examples/audio_recorder",
# "examples/bitcoin",
# "examples/blob_array",
Expand Down Expand Up @@ -119,6 +118,7 @@ jobs:
run: |
EXAMPLE_DIRECTORIES=$(cat << END
[
"examples/async_await",
"examples/query",
"examples/simple_erc20",
"examples/simple_user_accounts",
Expand Down

0 comments on commit c53e5d9

Please sign in to comment.