Skip to content

Commit

Permalink
build: update libraries (#347)
Browse files Browse the repository at this point in the history
Update libraries (including pocket-ic) and remove unused dependencies.
  • Loading branch information
gregorydemay authored Jan 9, 2025
1 parent 284a4dc commit 5c843c4
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 154 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
- name: Install PocketIC server
uses: dfinity/pocketic@main
with:
pocket-ic-server-version: "6.0.0"
pocket-ic-server-version: "7.0.0"

- uses: Swatinem/rust-cache@v2

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Cargo test
run: unset CI && cargo test
run: unset CI && cargo test -- --test-threads=2

docker-build:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 5c843c4

Please sign in to comment.