Skip to content

Commit

Permalink
Finer-grained phases in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 4, 2024
1 parent 99d1f86 commit c73b54b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --verbose --package fidget
- name: Build tests
run: cargo test --verbose --package fidget --no-run
- name: Run crate tests
run: cargo test --verbose --package fidget --lib
- name: Run doc tests
run: cargo test --verbose --package fidget --doc
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c73b54b

Please sign in to comment.