Skip to content

Commit 860d4ac

Browse files
committed
ci: specify features in CI
1 parent 36071c9 commit 860d4ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install cargo-llvm-cov
1515
uses: taiki-e/install-action@cargo-llvm-cov
1616
- name: Generate code coverage
17-
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
17+
run: cargo llvm-cov --workspace --lcov --output-path lcov.info --all-features
1818
- name: Upload coverage to Codecov
1919
uses: codecov/codecov-action@v4
2020
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- name: Run cargo test
6060
uses: actions-rs/cargo@v1
6161
with:
62-
command: test
62+
command: test --all-features

0 commit comments

Comments
 (0)