Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: true
# Only main writes the cache; PRs read it, avoiding churn/eviction.
cache-write: ${{ github.ref == 'refs/heads/main' }}
- uses: mozilla-actions/sccache-action@v0.0.10
- uses: mozilla-actions/sccache-action@v0.0.11
- uses: Swatinem/rust-cache@v2
- name: cargo fmt
run: pixi run -e ci cargo fmt --all -- --check
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cache: true
# Only main writes the cache; PRs read it, avoiding churn/eviction.
cache-write: ${{ github.ref == 'refs/heads/main' }}
- uses: mozilla-actions/sccache-action@v0.0.10
- uses: mozilla-actions/sccache-action@v0.0.11
- uses: Swatinem/rust-cache@v2
- name: cargo test
run: pixi run -e ci cargo test --workspace --all-features --locked
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
environments: ci
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
- uses: mozilla-actions/sccache-action@v0.0.10
- uses: mozilla-actions/sccache-action@v0.0.11
- uses: Swatinem/rust-cache@v2

- name: Time 1M-row 3FE solve (release, best-of-N)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
environments: ci
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
- uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
- uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

- name: Time 1M-row 3FE solve (release, best-of-N)
Expand Down
Loading