Skip to content

Commit

Permalink
feat(program): integrate gear-program into the main binary and clean …
Browse files Browse the repository at this point in the history
…up the tests (gear-tech#1560)

For details of this PR, see gear-tech#1560
  • Loading branch information
clearloop authored Oct 5, 2022
1 parent fcbebd2 commit c893ced
Show file tree
Hide file tree
Showing 56 changed files with 721 additions and 1,243 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
cargo test -p pallet-gear-payment --features=lazy-pages --release --locked
- name: "Test: Gear workspace"
run: ./scripts/gear.sh test gear --exclude gclient --release --locked
run: ./scripts/gear.sh test gear --exclude gclient --exclude gprogram --release --locked
env:
RUSTFLAGS: -Cinstrument-coverage

Expand All @@ -244,6 +244,9 @@ jobs:
- name: "Test: Runtime upgrade and queue processing"
run: ./scripts/gear.sh test runtime-upgrade

- name: "Test: Program CLI"
run: cargo nextest run --release -p gear-program --features bin

- name: "Test: Client tests"
run: ./scripts/gear.sh test client --run-node

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
utils/economic-checks/*.wat
node_modules/
target/
target-no-lazy/
.binpath
.vscode
.DS_Store
Expand Down
Loading

0 comments on commit c893ced

Please sign in to comment.