Skip to content

Commit 842d935

Browse files
committed
Fix GitHub workflow files (again)
1 parent 5e6c7fb commit 842d935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ jobs:
177177
178178
- name: Build tests with all features enabled
179179
run: >-
180-
cargo check --locked --workspace --all-features --target ${{ matrix.target }}
180+
cargo test --locked --workspace --all-features --target ${{ matrix.target }}
181181
--no-run
182182
183183
- name: Run tests with all features enabled
184184
if: matrix.runnable
185185
run: >-
186-
cargo check --locked --workspace --all-features --target ${{ matrix.target }}
186+
cargo test --locked --workspace --all-features --target ${{ matrix.target }}
187187
-- --nocapture --quiet
188188
189189
- name: Run doctests with all features enabled (only on default target)

0 commit comments

Comments
 (0)