Skip to content

Commit

Permalink
Use incremental profile for cargo test (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
knoellle authored Oct 21, 2024
1 parent 13a6f82 commit 29595a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
lfs: true
- name: Test
run: |
cargo test --all-features --workspace
cargo test --profile incremental --all-features --workspace
build:
name: Build
Expand Down

0 comments on commit 29595a3

Please sign in to comment.