Skip to content

Commit

Permalink
rust cache does not pull its weight (on any build that is not the fir…
Browse files Browse the repository at this point in the history
…st?); it often takes over 1 minute to 'post rust cache', building our dependencies is much, much faster than that
  • Loading branch information
folkertdev committed Aug 12, 2024
1 parent d8cbfec commit 6ee6cef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
with:
tool: cargo-nextest
- name: Rust cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
with:
shared-key: "${{matrix.rust}}-${{matrix.target}}"
- name: cargo build
run: cargo build --target ${{matrix.target}} ${{ matrix.features }}
- name: cargo nextest # reports segfaults in a helpful way
Expand Down

0 comments on commit 6ee6cef

Please sign in to comment.