Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit a1182e9

Browse files
always run all rust tests
1 parent ba95500 commit a1182e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
run: cargo build --verbose --bins --tests
6161
- name: Run tests
6262
working-directory: sof-rs
63-
run: cargo nextest run --verbose
63+
run: cargo nextest run --verbose --no-fail-fast

0 commit comments

Comments
 (0)