Skip to content

Commit

Permalink
feat: updated workflow file to install pocket-ic for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Nov 29, 2024
1 parent 70a3de1 commit f8057fb
Showing 1 changed file with 6 additions and 0 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

0 comments on commit f8057fb

Please sign in to comment.