Merge pull request #10 from Trivernis/actions

Change build to build for all features
pull/9/head
Trivernis 3 years ago committed by GitHub
commit 796dc6ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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