Skip to content

Commit

Permalink
#18 all features for tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 24, 2023
1 parent 0db51cf commit 4f55592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tarpaulin.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/tarpaulin@v0.1
with:
version: '0.22.0'
args: '--exclude-files src/lib.rs -- --test-threads 1'
args: '--all-features --exclude-files src/lib.rs -- --test-threads 1'
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
1 change: 1 addition & 0 deletions rebuild_benchmark.sh
Expand Up @@ -87,3 +87,4 @@ perl -e '
'

git restore Cargo.toml
rm -rf src/bin

0 comments on commit 4f55592

Please sign in to comment.