Skip to content

Commit 494ee69

Browse files
authored
ci(test): cache clippy build (#35)
1 parent 076220b commit 494ee69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
bench:
1818
runs-on: ubuntu-latest
1919
container:
20-
image: ghcr.io/dojoengine/katana-runner:latest
20+
image: ghcr.io/dojoengine/katana-dev:latest
2121
steps:
2222
- uses: actions/checkout@v3
2323
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
# Workaround for https://github.com/actions/runner-images/issues/6775
4343
- run: git config --global --add safe.directory "*"
4444

45+
- uses: Swatinem/rust-cache@v2
46+
4547
- name: Generate test artifacts
4648
run: make test-artifacts
4749

0 commit comments

Comments
 (0)