File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : rust-best-effort-response -calls
1
+ name : rust-inter-canister -calls
2
2
on :
3
3
push :
4
4
branches :
5
5
- master
6
6
pull_request :
7
7
paths :
8
- - rust/best-effort-response_calls /**
8
+ - rust/inter-canistert-calls /**
9
9
- .github/workflows/provision-darwin.sh
10
10
- .github/workflows/provision-linux.sh
11
- - .github/workflows/rust-best-effort-response -calls-example.yml
11
+ - .github/workflows/rust-inter-canister -calls-example.yml
12
12
- .ic-commit
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
jobs :
17
- rust-best-effort-response -calls-darwin :
17
+ rust-inter-canister -calls-darwin :
18
18
runs-on : macos-15
19
19
steps :
20
20
- uses : actions/checkout@v2
@@ -24,11 +24,11 @@ jobs:
24
24
run : bash .github/workflows/provision-darwin.sh
25
25
- name : Rust Parallel-Calls Darwin
26
26
run : |
27
- pushd rust/best-effort-response -calls
27
+ pushd rust/inter-canister -calls
28
28
dfx start --background
29
29
make test
30
30
popd
31
- rust-best-effort-response -calls-linux :
31
+ rust-inter-canister -calls-linux :
32
32
runs-on : ubuntu-20.04
33
33
steps :
34
34
- uses : actions/checkout@v2
38
38
run : bash .github/workflows/provision-linux.sh
39
39
- name : Rust Parallel-Calls Linux
40
40
run : |
41
- pushd rust/best-effort-response -calls
41
+ pushd rust/inter-canister -calls
42
42
dfx start --background
43
43
make test
44
- popd
44
+ popd
You can’t perform that action at this time.
0 commit comments