Skip to content

Commit

Permalink
fix: update pocket_ic server version
Browse files Browse the repository at this point in the history
  • Loading branch information
przydatek committed Feb 5, 2025
1 parent 50fc7e2 commit 3e4436d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ jobs:
with:
dfx-version: 'auto'

- name: Download PocketIC
run: ./scripts/download-pocket-ic.sh
- name: Install PocketIC server
uses: dfinity/pocketic@main
with:
pocket-ic-server-version: '7.0.0'

- name: Confirm successful installation
run: ${POCKET_IC_BIN} --version

- name: Build canisters
run: dfx build --check

- name: Test Cargo crates
run: POCKET_IC_BIN=$(pwd)/pocket-ic cargo test --all-features
run: cargo test --all-features

- name: Build Cargo docs
run: cargo doc --no-deps
Expand Down

0 comments on commit 3e4436d

Please sign in to comment.