Skip to content

Commit

Permalink
ci(tests): run tests separately from nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 1, 2023
1 parent e1e2fc5 commit 55f96d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install nextest
run: cargo install cargo-nextest
- name: Run cargo test
run: cargo nextest run
- name: Run all tests
run: |
cargo nextest run
cargo test --doc
lints:
name: Lints
Expand Down

0 comments on commit 55f96d5

Please sign in to comment.