We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2009ea0 commit f856522Copy full SHA for f856522
.github/workflows/pr-pytests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build kagami
37
run: cd iroha_daemon && cargo build --bin kagami
38
- name: Build default executor
39
- run: cd iroha_daemon && cargo run --release --bin iroha_wasm_builder -- build ./wasm_samples/default_executor --optimize --out-file ./defaults/executor.wasm
+ run: cd iroha_daemon && cargo run --release --bin iroha_wasm_builder -- build ./wasm/libs/default_executor --optimize --out-file ./defaults/executor.wasm
40
- name: Maturin build and Run tests
41
run: bash -c " pip install maturin &&
42
maturin build &&
0 commit comments