Skip to content

Commit

Permalink
Merge branch 'feat--icp-contracts' into feat--icp-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Nov 30, 2024
2 parents 07d797e + 53324d6 commit b01a656
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 1,030 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
- name: Build
run: cargo build --verbose

# Install pocket-ic for ICP Contract tests
- name: Install PocketIC server
uses: dfinity/pocketic@main
with:
pocket-ic-server-version: "7.0.0"

- name: Run tests
run: |
chmod +x $GITHUB_WORKSPACE/scripts/build-all-apps.sh
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b01a656

Please sign in to comment.