Skip to content

Commit

Permalink
ci: test reordering of workflow steps
Browse files Browse the repository at this point in the history
can we pass the tests with `cargo test` on the `ubuntu-latest` image on `nightly`?
  • Loading branch information
YeungOnion committed Aug 14, 2024
1 parent 8e20f4b commit 69a2d97
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ jobs:
with:
tool: cargo-llvm-cov

- name: Test default features
run: cargo test --all-targets

- name: Collect coverage
run: |
cargo llvm-cov --no-report nextest
cargo llvm-cov --no-report --doc
cargo llvm-cov report --doctests --lcov --output-path lcov.info
- name: Test default features
run: cargo test --all-targets

0 comments on commit 69a2d97

Please sign in to comment.