We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6c7fb commit 842d935Copy full SHA for 842d935
.github/workflows/test.yaml
@@ -177,13 +177,13 @@ jobs:
177
178
- name: Build tests with all features enabled
179
run: >-
180
- cargo check --locked --workspace --all-features --target ${{ matrix.target }}
+ cargo test --locked --workspace --all-features --target ${{ matrix.target }}
181
--no-run
182
183
- name: Run tests with all features enabled
184
if: matrix.runnable
185
186
187
-- --nocapture --quiet
188
189
- name: Run doctests with all features enabled (only on default target)
0 commit comments