Build all features on CI

This commit is contained in:
2021-05-24 21:28:25 +02:00
parent 536ee31138
commit 08cfb17234

View File

@@ -30,10 +30,12 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
@@ -43,4 +45,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-features -- -D warnings