Skip to content

Commit d94d6e3

Browse files
committed
add CI profile for nextest
1 parent 4461b12 commit d94d6e3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.config/nextest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[profile.ci]
2+
fail-fast = false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Build
5454
run: cargo build
5555
- name: Run tests
56-
run: cargo nextest run
56+
run: cargo nextest run --profile ci
5757
- name: Doctests
5858
run: cargo test --doc

0 commit comments

Comments
 (0)