Skip to content

Commit 86b2bd1

Browse files
marc0oloclaude
andcommitted
chore: migrate rust/inter-canister-calls to icp-cli
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d9c1641 commit 86b2bd1

18 files changed

Lines changed: 311 additions & 530 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: inter-canister-calls
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
paths:
8+
- rust/inter-canister-calls/**
9+
- .github/workflows/inter-canister-calls.yml
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
15+
jobs:
16+
rust-inter-canister-calls:
17+
runs-on: ubuntu-24.04
18+
container: ghcr.io/dfinity/icp-dev-env-rust:1.0.0
19+
env:
20+
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
steps:
22+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+
- name: Deploy and test
24+
working-directory: rust/inter-canister-calls
25+
run: |
26+
icp network start -d
27+
icp deploy
28+
make test

.github/workflows/rust-inter-canister-calls.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

rust/inter-canister-calls/.devcontainer/devcontainer.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

rust/inter-canister-calls/BUILD.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)