Integration test for simple-counter - #47
Open
junsoo37 wants to merge 2 commits into
Open
Conversation
Member
Author
|
CI에서 테스트시에 sandbox 테스트도 같이 진행되고 sandbox 테스트를 위해서는 본문의 적은 커맨드를 통해 생성되는 |
Member
Author
|
이 fix PR에서 판거라 타겟 브랜치를 해당 PR 브랜치로 설정하고 싶은데 불가능하네요. fix PR 머지하고 타겟 브랜치 변경해서 보면 편할 것 같습니다. |
junsoo37
force-pushed
the
feat/simple-counter/integration-test
branch
from
August 3, 2022 13:56
eb7f719 to
8115040
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of this PR
Describe your changes
simple-counter integration test 구현입니다. near sandbox 환경에서 실행되고 테스트 완료했습니다.
build 스크립트는 병준님 yarn 세팅 PR과 겹치기에, yarn PR에 아래 테스트 명령어가 반영되면 될 것 같습니다.
cargo build --package pdao-near-simple-counter --target wasm32-unknown-unknown --release && cp target/wasm32-unknown-unknown/release/pdao_near_simple_counter.wasm ./out/simple_counter.wasm && cd simple-counter && cargo test --allIssue ticket number and other helpful resource
Checklist before requesting a review
Checklist after creating a pull request