File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,17 @@ jobs:
4545 echo "/tmp/bin/" >> $GITHUB_PATH
4646
4747 - name : Rust Cache
48- uses : actions/cache@v2
48+ uses : actions/cache@v4
4949 with :
5050 path : |
5151 /tmp/gltesting/cargo
5252 /tmp/gltesting/target
5353 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
5454
55+ - name : Build binaries
56+ run :
57+ task ci-build
58+
5559 - name : Check Self
5660 env :
5761 GL_TESTING_IGNORE_HASH : 1
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ includes:
2424tasks :
2525
2626 ci-check :
27+ deps :
28+ - ci-build
2729 cmds :
28- - task : signerproxy:build
29- - task : plugin:build
3030 - task : clientpy:check
3131 - task : clnvm:check
3232
4343 -f docker/gl-testing/Dockerfile \
4444 .
4545 - docker run -ti -v $(pwd):/repo gltesting task ci-check
46+
47+ ci-build :
48+ cmds :
49+ - task : signerproxy:build
50+ - task : plugin:build
You can’t perform that action at this time.
0 commit comments