Skip to content

Commit

Permalink
Add CosmOrc test for NFT mint and transfer.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xekez committed Oct 6, 2022
1 parent 27ffdc6 commit e6af47e
Show file tree
Hide file tree
Showing 29 changed files with 3,504 additions and 225 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
wasm = "build --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib"
integration-test = "test --package integration-tests -- --ignored --test-threads 1"
Loading

0 comments on commit e6af47e

Please sign in to comment.