We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076220b commit 494ee69Copy full SHA for 494ee69
.github/workflows/bench.yml
@@ -17,7 +17,7 @@ jobs:
17
bench:
18
runs-on: ubuntu-latest
19
container:
20
- image: ghcr.io/dojoengine/katana-runner:latest
+ image: ghcr.io/dojoengine/katana-dev:latest
21
steps:
22
- uses: actions/checkout@v3
23
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
.github/workflows/test.yml
@@ -42,6 +42,8 @@ jobs:
42
# Workaround for https://github.com/actions/runner-images/issues/6775
43
- run: git config --global --add safe.directory "*"
44
45
+ - uses: Swatinem/rust-cache@v2
46
+
47
- name: Generate test artifacts
48
run: make test-artifacts
49
0 commit comments