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 9be711e commit e3ceb4bCopy full SHA for e3ceb4b
.github/workflows/ci.yml
@@ -117,6 +117,9 @@ jobs:
117
steps:
118
- uses: actions/checkout@v3
119
120
+ - name: install rust stable
121
+ uses: dtolnay/rust-toolchain@stable
122
+
123
- name: cache rust
124
uses: Swatinem/rust-cache@v2
125
with:
@@ -158,6 +161,14 @@ jobs:
158
161
159
162
python-version: ${{ matrix.python-version }}
160
163
164
165
166
167
+ - name: cache rust
168
+ uses: Swatinem/rust-cache@v2
169
+ with:
170
+ key: test-debug
171
172
- run: pip install -r tests/requirements.txt
173
- run: make build-dev
174
0 commit comments