Skip to content

Commit

Permalink
ci: use rust local action in test_ockam_command job
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumexralph authored and metaclips committed Oct 17, 2023
1 parent bfeb882 commit 78180aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,10 @@ jobs:
ref: ${{ inputs.commit_sha }}
path: ockam_bats

- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43
- uses: ./ockam_bats/.github/actions/cache_rust
with:
workspaces: "ockam_cli -> target"
directory_to_cache: "ockam_cli"
job_name: ${{ github.job }}

- name: Install Nix
uses: ./ockam_bats/.github/actions/cache_nix
Expand Down

0 comments on commit 78180aa

Please sign in to comment.