File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v3
21
21
22
22
- name : Download CLI
23
- run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v3 .1.0 /aptos-cli-3 .1.0 -Ubuntu-22.04-x86_64.zip
23
+ run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v6 .1.1 /aptos-cli-6 .1.1 -Ubuntu-22.04-x86_64.zip
24
24
25
25
- name : Unzip CLI
26
26
run : unzip aptos-cli-3.1.0-Ubuntu-22.04-x86_64.zip
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
runs-on : ubuntu-latest
13
+ defaults :
14
+ run :
15
+ working-directory : apps/fortuna
13
16
steps :
14
17
- uses : actions/checkout@v2
15
18
- uses : Swatinem/rust-cache@v2
26
29
- name : Clippy check
27
30
run : cargo clippy --tests -- --deny warnings
28
31
if : success() || failure()
29
- - name : Run executor tests
32
+ - name : Run tests
30
33
run : cargo test
31
34
if : success() || failure()
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
runs-on : ubuntu-latest
13
+ defaults :
14
+ run :
15
+ working-directory : apps/hermes/server
13
16
steps :
14
17
- uses : actions/checkout@v2
15
18
- uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
runs-on : ubuntu-latest
13
+ defaults :
14
+ run :
15
+ working-directory : pythnet/pythnet_sdk
13
16
steps :
14
17
- uses : actions/checkout@v2
15
18
- uses : Swatinem/rust-cache@v2
You can’t perform that action at this time.
0 commit comments