Skip to content

Commit

Permalink
Fix wasm tests on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Murzin <[email protected]>
  • Loading branch information
dima74 committed Sep 12, 2024
1 parent ad6fb9d commit b439934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/iroha2-dev-pr-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- 'crates/iroha_data_model/**.json'
- 'crates/iroha_data_model/**.toml'

- 'crates/iroha_crypto/**.rs'
- 'crates/iroha_crypto/**.yml'
- 'crates/iroha_crypto/**.json'
- 'crates/iroha_crypto/**.toml'

- 'crates/iroha_smart_contract/**.rs'
- 'crates/iroha_smart_contract/**.yml'
- 'crates/iroha_smart_contract/**.json'
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/iroha_smart_contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ displaydoc.workspace = true
getrandom = "0.2"

[dev-dependencies]
iroha_test_samples = { workspace = true }

webassembly-test = "0.1.0"
# Not used directly but required for compilation
getrandom = { version = "0.2", features = ["custom"] }
Expand Down

0 comments on commit b439934

Please sign in to comment.