Skip to content

Commit

Permalink
nextest profile
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 3, 2023
1 parent b72de10 commit 474a8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
set -euxo pipefail
cargo llvm-cov nextest --text
cargo llvm-cov nextest --text --profile default --cargo-profile dev
cargo llvm-cov nextest --text --profile ci
working-directory: tests/fixtures/crates/bin_crate
- run: |
set -euxo pipefail
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/crates/bin_crate/.config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[profile.ci]

0 comments on commit 474a8a2

Please sign in to comment.