diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da21531fc9..59001dd23c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/complex_init", # "examples/complex_types", # "examples/composite_queries", # "examples/counter", @@ -114,6 +113,7 @@ jobs: "examples/bytes", "examples/call_raw", "examples/candid_encoding", + "examples/complex_init", "examples/primitive_types", "examples/principal", "examples/query",