Skip to content

Commit

Permalink
Fix rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed May 8, 2023
1 parent d1c9dda commit 9feb172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ jobs:
- name: Fetch test contracts
uses: actions/cache/restore@v3
with:
path: cairo_programs/**/*.casm
path: |
cairo_programs/**/*.casm
cairo_programs/**/*.json
key: cairo_1_test_contracts-cache-${{ hashFiles( 'cairo_programs/**/*.cairo' ) }}

- name: Install testing tools
Expand Down

0 comments on commit 9feb172

Please sign in to comment.