Skip to content

Commit 46a5462

Browse files
committed
ci: split coverage and generic testing
1 parent 89631fe commit 46a5462

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
build:
13+
test:
1414
runs-on: ubuntu-latest
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 2
2018

2119
- name: Build
2220
run: cargo build --verbose --all-targets
@@ -39,6 +37,14 @@ jobs:
3937
- name: Clippy (All Features)
4038
run: cargo clippy --all-targets --all-features
4139

40+
coverage:
41+
runs-on: ubuntu-latest
42+
43+
steps:
44+
- uses: actions/checkout@v4
45+
with:
46+
fetch-depth: 2
47+
4248
- name: Install cargo-llvm-cov
4349
uses: taiki-e/install-action@cargo-llvm-cov
4450

0 commit comments

Comments
 (0)