[ci] test with all features enabled in single run

This commit is contained in:
Steve Myers
2020-11-02 14:01:58 -08:00
parent 40bf9f8b79
commit f7499cb65d
2 changed files with 1 additions and 53 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions-rs/tarpaulin@v0.1.2
with:
version: '0.15.0'
args: '-- --test-threads 1'
args: --features all-keys,cli-utils,compiler,esplora,compact_filters --run-types Tests,Doctests --exclude-files "testutils/*"
- name: codecov.io
uses: codecov/codecov-action@v1.0.14