build: upgrade rust-action
This commit is contained in:
parent
03ff61df42
commit
3713bb457e
@ -22,12 +22,12 @@ jobs:
|
||||
target
|
||||
restore-keys: ${{github.repository}}-cache-cargo-clippy-v4
|
||||
- name: tests
|
||||
uses: nanobyte-public/rust-action@master
|
||||
uses: nanobyte-public/rust-action@v3
|
||||
with:
|
||||
args: |
|
||||
CARGO_HOME=./.cache cargo-nan \"Bearer ${{secrets.deployment_package}}\" cargo clippy -- -Dwarnings && \
|
||||
CARGO_HOME=./.cache cargo-nan \"Bearer ${{secrets.deployment_package}}\" cargo clippy --tests -- -Dwarnings && \
|
||||
CARGO_HOME=./.cache cargo-nan \"Bearer ${{secrets.deployment_package}}\" cargo test
|
||||
CARGO_HOME=./.cache cargo-nan \"${{secrets.deployment_package}}\" cargo clippy -- -Dwarnings && \
|
||||
CARGO_HOME=./.cache cargo-nan \"${{secrets.deployment_package}}\" cargo clippy --tests -- -Dwarnings && \
|
||||
CARGO_HOME=./.cache cargo-nan \"${{secrets.deployment_package}}\" cargo test
|
||||
- uses: https://gitea.com/wolfogre/cache/save@v3
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user