mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
chore: run llvm-cov on default features only (#637)
In the PR #607 tests are not compatible with some feautre flags yet. Disable `llvm-cov`'s `--all-feautres` until all the tests are fixed. For now, run `llvm-cov` only with default features.
This commit is contained in:
parent
6fd0385058
commit
5cbe79d619
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -64,7 +64,8 @@ jobs:
|
|||||||
- run: cargo build
|
- run: cargo build
|
||||||
|
|
||||||
- name: Run cargo nextest
|
- name: Run cargo nextest
|
||||||
run: cargo llvm-cov nextest --release --all-features --profile ci --lcov --output-path lcov.info
|
# It should have "--all-features", but it is temporarly disabled because of the signature-related feature flags
|
||||||
|
run: cargo llvm-cov nextest --features test_with_native_code --release --profile ci --lcov --output-path lcov.info
|
||||||
|
|
||||||
- name: Coveralls upload
|
- name: Coveralls upload
|
||||||
if: inputs.cargo-dependencies == 'null'
|
if: inputs.cargo-dependencies == 'null'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user