mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +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
|
||||
|
||||
- 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
|
||||
if: inputs.cargo-dependencies == 'null'
|
||||
|
Loading…
x
Reference in New Issue
Block a user