Skip to content

Commit

Permalink
Merge pull request #12 from CosmWasm/cw20-base
Browse files Browse the repository at this point in the history
Create basic Cw20 contract (reference)
  • Loading branch information
ethanfrey authored Jun 17, 2020
2 parents 5eca19f + 0a53c41 commit 28ce200
Show file tree
Hide file tree
Showing 19 changed files with 737 additions and 1,157 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
command: cargo unit-test --locked
- run:
name: Build Wasm
command: cargo wasm --locked
- run:
name: Integration Tests
command: cargo integration-test --locked -- --test-threads=2
command: cargo wasm-debug --locked
- run:
name: Build and run schema generator
command: cargo schema --locked
Expand Down
Loading

0 comments on commit 28ce200

Please sign in to comment.