Skip to content

Commit 9a6cdeb

Browse files
.github: workflows: rust: Adopt cargo-nextest for parallel test execution
Install and use cargo nextest run in CI for parallel test execution.
1 parent 39fc8b2 commit 9a6cdeb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@ jobs:
8888
gstreamer1.0-libav \
8989
gstreamer1.0-plugins-ugly
9090
91+
- name: Install nextest
92+
uses: taiki-e/install-action@nextest
93+
9194
- name: Run tests
92-
run: cargo test --verbose --locked
95+
run: cargo nextest run --verbose --no-fail-fast --locked

0 commit comments

Comments
 (0)