Enable all features during CI test step
Check Details
Lints Details
Test Suite Details

This commit is contained in:
Paul van Tilburg 2023-03-20 21:18:50 +01:00
parent ca86701ee8
commit bbd061f0d3
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ jobs:
uses: https://github.com/actions-rs/cargo@v1
with:
command: test
args: --all-features
lints:
name: Lints