Skip to content

Commit

Permalink
Fix GitHub workflow files (again)
Browse files Browse the repository at this point in the history
uklotzde committed Jan 20, 2025
1 parent 5e6c7fb commit 842d935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -177,13 +177,13 @@ jobs:
- name: Build tests with all features enabled
run: >-
cargo check --locked --workspace --all-features --target ${{ matrix.target }}
cargo test --locked --workspace --all-features --target ${{ matrix.target }}
--no-run
- name: Run tests with all features enabled
if: matrix.runnable
run: >-
cargo check --locked --workspace --all-features --target ${{ matrix.target }}
cargo test --locked --workspace --all-features --target ${{ matrix.target }}
-- --nocapture --quiet
- name: Run doctests with all features enabled (only on default target)

0 comments on commit 842d935

Please sign in to comment.