Skip to content

Commit

Permalink
fix: update test command to use CI profile in PR check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMedeiros committed Feb 21, 2025
1 parent 908ddc5 commit 02d0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo nextest run --workspace --all-features
run: cargo nextest run --workspace --all-features --profile ci

0 comments on commit 02d0914

Please sign in to comment.