Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 26e8859

Browse files
committed
try to fix ci
1 parent 436fa95 commit 26e8859

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,11 @@ jobs:
304304
path: ${{ env.CAIRO_PROGRAMS_PATH }}
305305
key: all-programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'starknet_programs/**/*.cairo') }}
306306
fail-on-cache-miss: true
307-
- name: Run make deps
308-
run: make deps
307+
- name: Install testing tools
308+
# TODO: remove `if` when nextest adds doctests support
309+
if: ${{ matrix.target != 'test-doctests' }}
310+
uses: taiki-e/install-action@v2
311+
with:
312+
tool: cargo-nextest@0.9.49
309313
- name: Run make test-cairo-native
310314
run: make test-cairo-native

0 commit comments

Comments
 (0)