Skip to content

Commit

Permalink
Merge pull request #1255 from demergent-labs/functional_syntax_call_raw
Browse files Browse the repository at this point in the history
Functional syntax call raw
  • Loading branch information
lastmjs authored Sep 24, 2023
2 parents 10dfb67 + efc82c1 commit a88bd62
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 115 deletions.
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/call_raw",
# "examples/candid_encoding",
# "examples/complex_init",
# "examples/complex_types",
Expand Down Expand Up @@ -114,6 +113,7 @@ jobs:
"examples/bitcoin",
"examples/blob_array",
"examples/bytes",
"examples/call_raw",
"examples/primitive_types",
"examples/principal",
"examples/query",
Expand Down
3 changes: 2 additions & 1 deletion examples/call_raw/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"root": "src",
"ts": "src/call_raw.ts",
"candid": "src/call_raw.did",
"wasm": ".azle/call_raw/call_raw.wasm.gz",
"wasm": ".azle/call_raw/call_raw.wasm",
"gzip": true,
"declarations": {
"output": "test/dfx_generated/call_raw",
"node_compatibility": true
Expand Down
Loading

0 comments on commit a88bd62

Please sign in to comment.