-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
cargo run --package framework-release --bin framework-release | ||
cargo run --bin rooch init --skip-password | ||
- name: Run Rust tests in multi theads | ||
- name: Run Rust tests in parallel | ||
run: ./scripts/pr.sh -t | ||
|
||
- name: Run Move tests | ||
|
@@ -97,24 +97,30 @@ jobs: | |
# Check Docker | ||
docker --version | ||
docker pull lncm/bitcoind:v25.1 & | ||
# docker pull bitseed/ord:0.18.0-burn & | ||
# docker pull bitseed/bitseed:0.1.8 & | ||
# Setup pnpm and run web/SDK tests | ||
# . $NVM_DIR/nvm.sh | ||
# nvm install 20.3.1 | ||
# nvm use 20.3.1 | ||
npm install [email protected] -g | ||
pnpm install | ||
# pnpm bitseed-sdk playwright-deps | ||
# Run web/SDK tasks in parallel | ||
pnpm lint & | ||
pnpm test-suite build & | ||
pnpm rooch-sdk build & | ||
pnpm rooch-sdk-kit build & | ||
# pnpm bitseed-sdk lint & | ||
# pnpm bitseed-sdk build & | ||
wait | ||
# Run tests | ||
pnpm rooch-sdk test | ||
pnpm rooch-sdk-kit test || true | ||
# pnpm bitseed-sdk test || true | ||
- uses: CatChen/check-git-status-action@v1 | ||
with: | ||
|
This file contains 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