Change build to build for all features

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/10/head
trivernis 3 years ago
parent 374c385f06
commit 2e53e9e603
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- name: Build
run: cargo build --verbose
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
Loading…
Cancel
Save