Skip to content

Commit

Permalink
chore: Contract that tests replies and msg execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikthebird committed Dec 9, 2024
1 parent b5ee955 commit 76150d5
Show file tree
Hide file tree
Showing 19 changed files with 2,109 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/replier/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
integration-test = "test --test integration"
schema = "run --bin schema"
Loading

0 comments on commit 76150d5

Please sign in to comment.