Skip to content

Commit cf22e7f

Browse files
committed
Adjust the workflow to the new example
1 parent 421abe4 commit cf22e7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: rust-best-effort-response-calls
1+
name: rust-inter-canister-calls
22
on:
33
push:
44
branches:
55
- master
66
pull_request:
77
paths:
8-
- rust/best-effort-response_calls/**
8+
- rust/inter-canistert-calls/**
99
- .github/workflows/provision-darwin.sh
1010
- .github/workflows/provision-linux.sh
11-
- .github/workflows/rust-best-effort-response-calls-example.yml
11+
- .github/workflows/rust-inter-canister-calls-example.yml
1212
- .ic-commit
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616
jobs:
17-
rust-best-effort-response-calls-darwin:
17+
rust-inter-canister-calls-darwin:
1818
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v2
@@ -24,11 +24,11 @@ jobs:
2424
run: bash .github/workflows/provision-darwin.sh
2525
- name: Rust Parallel-Calls Darwin
2626
run: |
27-
pushd rust/best-effort-response-calls
27+
pushd rust/inter-canister-calls
2828
dfx start --background
2929
make test
3030
popd
31-
rust-best-effort-response-calls-linux:
31+
rust-inter-canister-calls-linux:
3232
runs-on: ubuntu-20.04
3333
steps:
3434
- uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838
run: bash .github/workflows/provision-linux.sh
3939
- name: Rust Parallel-Calls Linux
4040
run: |
41-
pushd rust/best-effort-response-calls
41+
pushd rust/inter-canister-calls
4242
dfx start --background
4343
make test
44-
popd
44+
popd

0 commit comments

Comments
 (0)