We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa4ec9 commit 17b009cCopy full SHA for 17b009c
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/cache@v5
63
with:
64
path: ~/.cargo
65
- key: cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('Cargo.lock') }}
+ key: cargo-cache-${{ matrix.toolchain }}-${{ hashFiles('Cargo.lock') }}
66
67
- name: Install dependencies
68
uses: astral-sh/setup-uv@v7
@@ -106,7 +106,7 @@ jobs:
106
RUST_BACKTRACE: 1
107
run: |
108
git submodule update --init
109
- uv run --no-project pytest -v . --import-mode=importlib
+ uv run --no-project pytest -v --import-mode=importlib
110
111
- name: FFI unit tests
112
0 commit comments