Skip to content

Commit 425f147

Browse files
committed
feat(ci): Run cargo-mutest unit tests
1 parent ecf0712 commit 425f147

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
cargo install --force --path cargo-mutest
4242
4343
- name: Run unit tests
44-
run: cargo test -p mutest-runtime --no-fail-fast -- --color=always
44+
run: |
45+
cargo test -p cargo-mutest --no-fail-fast -- --color=always
46+
cargo test -p mutest-runtime --no-fail-fast -- --color=always
4547
4648
- name: Run UI tests
4749
run: cargo run -p mutest-tests

0 commit comments

Comments
 (0)