Skip to content

Commit

Permalink
Feat ICP Context contract (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov authored Dec 4, 2024
1 parent f62ad06 commit 1d5e22c
Show file tree
Hide file tree
Showing 39 changed files with 4,970 additions and 131 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
Loading

0 comments on commit 1d5e22c

Please sign in to comment.