Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 2, 2023
1 parent b584f11 commit 232436e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
key: "${{ matrix.label }}"
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
Expand All @@ -116,7 +117,7 @@ jobs:
uses: actions-rs/[email protected]
with:
version: 0.21.0
args: "--skip-clean--release --timeout=180 -- --include-ignored"
args: "--skip-clean --release --timeout=180 -- --include-ignored"
if: ${{ matrix.label == 'full' }}

- name: Codecov submission of fast test results
Expand Down

0 comments on commit 232436e

Please sign in to comment.